Hi Antonio,

> I do not use Windows, so I can't make binaries for it.

In fact building for Windows on Linux (cross compile) is really not hard:

[Ubuntu box for example]
apt-get install mingw-w64
wget "http://download.savannah.gnu.org/releases/lzip/lzip-1.18-rc3.tar.gz";
tar -xzvf lzip-1.18-rc3.tar.gz
cd lzip-1.18-rc3/
./configure CXX=i686-w64-mingw32-g++-posix LDFLAGS=-static
make
mv lzip lzip.exe

That's it :-)

I didn't try plzip, though, but the build process should be similar there.

Best regards

Tino


_______________________________________________
Lzip-bug mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to