[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
- Re: [Lzip-bug] plzip,
Tino Lange <=
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/02
- Re: [Lzip-bug] plzip, Tino Lange, 2016/05/03
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/03
- Re: [Lzip-bug] plzip, Tino Lange, 2016/05/03
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/04
- Re: [Lzip-bug] plzip, Tino Lange, 2016/05/06
- Re: [Lzip-bug] plzip, Antonio Diaz Diaz, 2016/05/06