Files
Compression-Algorithm/Readme.md
2024-04-15 17:09:30 +05:30

14 lines
429 B
Markdown

To build the project:<br>
mkdir build<br>
cd build<br>
cmake -DCOMPILE_COMPRESSOR=ON -DCOMPILE_EXTRACTOR=ON ..<br>
cmake .<br>
Now the solution file is build.<br>
Go to the build folder and double click on .sln file and build the solution.<br>
The executable will be present on the path : build/app/Debug<br>
or<br>
build/app/Release<br>