Skip to content

andyvand/lzx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lzx

Microsoft LZX library for Windows, Linux, FreeBSD and macOS

Build on Windows (MinGW)

  • 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

Build on Linux/FreeBSD (GCC)

  • 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

Build on macOS

  • 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

About

Microsoft LZX library for Windows, Linux and macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published