From 698ae9b22f9f803d5bb360db03352310dd5409fd Mon Sep 17 00:00:00 2001 From: Hizenberg Date: Mon, 15 Apr 2024 17:09:30 +0530 Subject: [PATCH] Readme updated --- Readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Readme.md b/Readme.md index 2dc6e43..28fd693 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,14 @@ -To build the project: +To build the project:
-mkdir build -cd build -cmake -DCOMPILE_COMPRESSOR=ON -DCOMPILE_EXTRACTOR=ON .. -cmake . +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 +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