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
|
||||
cd build
|
||||
cmake -DCOMPILE_COMPRESSOR=ON -DCOMPILE_EXTRACTOR=ON ..
|
||||
cmake .
|
||||
mkdir build<br>
|
||||
cd build<br>
|
||||
cmake -DCOMPILE_COMPRESSOR=ON -DCOMPILE_EXTRACTOR=ON ..<br>
|
||||
cmake .<br>
|
||||
|
||||
|
||||
|
||||
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
|
||||
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>
|
||||
Reference in New Issue
Block a user