Skip to content

Commit bb7af3a

Browse files
authored
Update README.md
Additional instructions about cmake.
1 parent 600fee8 commit bb7af3a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ Please cite the following paper:
2424
Requirments:
2525

2626
GNU g++ 7.5.0 or later
27-
You may change the compiler in the CMakeLists.txt: set(CMAKE_CXX_COMPILER g++-7)
2827

2928
To Compile:
3029

31-
mkdir bin
32-
cd bin
33-
cmake ..
34-
make
30+
> mkdir bin
31+
> cd bin
32+
(if your default compiler meets the version requiremet)
33+
> cmake ..
34+
(if you would like to specify a different compiler that meets the requirement)
35+
> cmake .. -DCMAKE_CXX_COMPILER=your_compiler_name_for_example_g++-7
36+
> make
3537

3638
To Test:
3739

0 commit comments

Comments
 (0)