We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600fee8 commit bb7af3aCopy full SHA for bb7af3a
1 file changed
README.md
@@ -24,14 +24,16 @@ Please cite the following paper:
24
Requirments:
25
26
GNU g++ 7.5.0 or later
27
- You may change the compiler in the CMakeLists.txt: set(CMAKE_CXX_COMPILER g++-7)
28
29
To Compile:
30
31
- mkdir bin
32
- cd bin
33
- cmake ..
34
- make
+ > mkdir bin
+ > cd bin
+ (if your default compiler meets the version requiremet)
+ > cmake ..
+ (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
37
38
To Test:
39
0 commit comments