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