Readme updated

This commit is contained in:
2024-04-15 17:09:30 +05:30
parent 20787b4f74
commit 698ae9b22f

View File

@@ -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>