Skip to content

logykk/odmsg

Repository files navigation

ODMSG Alpha

Message encoded/decoder using ODZip.

Building

clone the git project and you can build using either cmake, make, gcc/clang.

Option 1 (recommended); CMake (make):

mkdir build
cd build
cmake ..
make

Option 2; Using provided makefile:

mv Makefile.bak Makefile
make

Option 3; build directly with gcc/clang:

gcc -std=c17 -O2 -Wall -Wextra -o odmsg main.c compress.c decompress.c lz_hashchain.c odz_util.c

Disclaimer

This project is in early alpha

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •