Onega

a lot of VC++ posts, a few C# posts, and some miscellaneous stuff

Monday, June 05, 2006

compile zlib via cygwin

Start cygwin console

Change to zlib directory

Copy make file from D:\share\opensource\algorithm\zlib-1.2.3-src\src\zlib\1.2.3\zlib-1.2.3\win32\Makefile.gcc to

D:\share\opensource\algorithm\zlib-1.2.3-src\src\zlib\1.2.3\zlib-1.2.3\Makefile.gcc

Change current directory

Cd /cygdrive/d/share/opensource/algorithm/zlib-1.2.3-src/src/zlib/1.2.3/zlib-1.2.3

Make it

make -fMakefile.gcc

DONE

0 Comments:

Post a Comment

<< Home