Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:mac:builds:libjpeg [2007/11/23 01:15] – external edit 127.0.0.1 | docs:mac:builds:libjpeg [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== libjpeg ====== | ====== libjpeg ====== | ||
+ | * first install [[libtool]] | ||
* download source from http:// | * download source from http:// | ||
- | * use [[typical_build_procedure]] | + | < |
+ | cp / | ||
+ | cp / | ||
+ | |||
+ | ./configure --prefix=/ | ||
+ | |||
+ | make | ||
+ | |||
+ | sudo make install | ||
+ | </ |