Skip to content

Releases: driedfruit/lzz

2.8.2

28 Mar 20:38
Compare
Choose a tag to compare

This is the 100% the same release as http://www.lazycplusplus.com/download.html with an additional linux x86_64 build, provided by me.

The file contains only an executable. To install Lzz, simply place the executable in your path.

The Linux 32-bit binary was built with g++ 4.4.4 on Slackware 13.1.0.
The Linux 64-bit binary was built with g++ 4.6.3 on Mint 13.0
The Windows binary was built using mingw g++ 3.4.5 cross compiler.
The Mac binary was built using the g++ Xcode 3.x compiler (i686-apple-darwin10-g++-4.2.1).

If you don't have Lzz, download the generated source files: lzz_2_8_2_src_gen.zip.
To build type make -f Makefile.release in the lzz_2_8_2_src_gen directory.
This should work on all Unix-like platforms, including Mac OS X.