From c7b345237ab923c80576d8b1dd2d662808c56a6f Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 9 Feb 2018 14:44:59 +0100 Subject: [PATCH] updated Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63bb78a84..b5d6f4209 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Requirements: ROOT Compiling can be done in two ways. -1. Compile using script cmk.sh
+**1. Compile using script cmk.sh**
After compiling, the libraries and executables will be found in `slsDetectorPackage/build/bin` directory
@@ -72,7 +72,7 @@ For rebuilding only certain sections
./cmk.sh -r #only receiver
-2. Compile without script +**2. Compile without script** Use cmake to create out-of-source builds, by creating a build folder parallel to source directory. ``` $ cd ..