Microsoft LZX library for Windows, Linux, FreeBSD and macOS
- cd lzx/decoder
- make -f GNUmakefile
- make -f GNUmakefile install
- cd ../encoder
- make -f GNUmakefile
- make -f GNUmakefile install
- cd ../../lzx_decompress
- make -f GNUmakefile
- make -f GNUmakefile install
- cd ../../lzx_compress
- make -f GNUmakefile
- make -f GNUmakefile install
- cd lzx/decoder
- make -f GNUmakefile.linux
- sudo make -f GNUmakefile.linux install
- cd ../encoder
- make -f GNUmakefile.linux
- sudo make -f GNUmakefile.linux install
- cd ../../lzx_decompress
- make -f GNUmakefile.linux
- make -f GNUmakefile.linux install
- cd ../../lzx_compress
- make -f GNUmakefile.linux
- make -f GNUmakefile.linux install
- cd lzx/decoder
- make -f GNUmakefile.macos
- sudo make -f GNUmakefile.macos install
- cd ../encoder
- make -f GNUmakefile.macos
- sudo make -f GNUmakefile.macos install
- cd ../../lzx_decompress
- make -f GNUmakefile.macos
- make -f GNUmakefile.macos install
- cd ../../lzx_compress
- make -f GNUmakefile.macos
- make -f GNUmakefile.macos install