Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
diana:windows:building:compress [2009-12-14 14:53:52]
dages created
diana:windows:building:compress [2022-05-31 09:29:31] (current)
Line 9: Line 9:
 To build zlib, run the following commands after extracting the source code: To build zlib, run the following commands after extracting the source code:
  
-  $ make -f win32/Makefile.gcc INCLUDE_PATH=/mingw/include LIBRARY_PATH=/mingw/lib all install +  $ make -f win32/Makefile.gcc INCLUDE_PATH=/mingw/include LIBRARY_PATH=/c/met.no/lib all install 
-  $ mv /mingw/lib/libzdll.a /mingw/lib/libz.dll.a+  $ rm /c/met.no/lib/libzdll.a 
 +  $ cp README /c/met.no/copyright/zlib.txt
  
 To build bzip2, run the following commands after extracting the source code: To build bzip2, run the following commands after extracting the source code:
  
-  $ LDFLAGS="-no-undefined" ./configure --prefix=/mingw +  $ make 
-  $ make all install+  $ cp libbz2./c/met.no/lib 
 +  $ cp LICENSE /c/met.no/copyright/bzip2.txt
  
  • diana/windows/building/compress.1260802432.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)