We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7af3a commit 355d4bfCopy full SHA for 355d4bf
1 file changed
README.md
@@ -27,13 +27,13 @@ Requirments:
27
28
To Compile:
29
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
+ mkdir bin
+ cd bin
+ (If your default compiler meets the version requiremet)
+ cmake ..
+ (Or if you would like to specify a different compiler that meets the requirement)
+ cmake .. -DCMAKE_CXX_COMPILER=your_compiler_name_for_example_g++-7
+ make
37
38
To Test:
39
0 commit comments