Evil

From WikEmacs
Revision as of 12:24, 22 June 2012 by 94.23.1.28 (talk) (ZPnHhwzpGxXpwIWeT)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

zlib包shell> ./configure --prefix=/usr/local/zlibshell> make checkshell> make inltsal libpng包 支持PNG shell> ./configure --prefix=/usr/local/libpngshell> makeshell> make inltsal jpeg-6b包 支持jpg格式 shell> ./configure --prefix=/usr/local/jpeg-6b --enable-share --enable-staticshell> make testshell> makeshell> make inltsalshell> make inltsal-lib freetype包 字体支持 shell> ./configure --prefix=/usr/local/freetypeshell> makeshell> make inltsal 最后安装gd包shell> ./configure --prefix=/usr/local/gd2 --with-jpeg=/usr/local/jpeg-6b --with-zlib-dir=/usr/local/zlib --with-png=/usr/local/libpng --with-freetype=/usr/local/freetypeshell> makeshell> make inltsal