mirror of
https://github.com/Hizenberg469/Compression-Algorithm.git
synced 2026-04-19 18:02:24 +03:00
14 lines
429 B
Markdown
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> |