From 20787b4f74ee03be740ab8df17cdf71a6d62849c Mon Sep 17 00:00:00 2001 From: Hizenberg Date: Mon, 15 Apr 2024 17:07:12 +0530 Subject: [PATCH] Readme updated --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..2dc6e43 --- /dev/null +++ b/Readme.md @@ -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 \ No newline at end of file