README & cmake

This commit is contained in:
Christoph J. Scherr 2022-12-22 01:03:15 +01:00
parent e898582dd3
commit 099e36172a
2 changed files with 37 additions and 39 deletions

View File

@ -10,9 +10,7 @@ alternative, but that may not always be the case.
All code in this Repository was written on and for a Linux x86_64 system. It might not work on other systems. All code in this Repository was written on and for a Linux x86_64 system. It might not work on other systems.
## Makefile / Compiling ## Makefile / Compiling
I have spent some time building a makefile. You can compile all source code using `make`. I have spent some time building a CMakeLists.txt. You can compile all source code using `cmake . && cmake --build .`.
This will also generate some smaller testfiles for use with the Huffman implementation. In case you want to
try Huffman with some bigger files, you can make your own or do `make big` to autogenerate the bigger files aswell.
### Note: ### Note: