lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lzip-bug] plzip


From: Tino Lange
Subject: Re: [Lzip-bug] plzip
Date: Mon, 2 May 2016 10:39:26 +0000 (UTC)
User-agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]