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