Skip to content

Commit 355d4bf

Browse files
authored
Update README.md
1 parent bb7af3a commit 355d4bf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Requirments:
2727

2828
To Compile:
2929

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
30+
mkdir bin
31+
cd bin
32+
(If your default compiler meets the version requiremet)
33+
cmake ..
34+
(Or 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
3737

3838
To Test:
3939

0 commit comments

Comments
 (0)