mirror of
https://github.com/Hizenberg469/Compression-Algorithm.git
synced 2026-04-20 02:12:26 +03:00
Readme updated
This commit is contained in:
14
Readme.md
Normal file
14
Readme.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
To build the project:
|
||||||
|
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -DCOMPILE_COMPRESSOR=ON -DCOMPILE_EXTRACTOR=ON ..
|
||||||
|
cmake .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Now the solution file is build.
|
||||||
|
Go to the build folder and double click on .sln file and build the solution.
|
||||||
|
The executable will be present on the path : build/app/Debug
|
||||||
|
or
|
||||||
|
build/app/Release
|
||||||
Reference in New Issue
Block a user