Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Oct 27, 2015
1 parent e3c41e3 commit a8028c5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@

### Compilers recommended
* Windows: Visual Studio 2015+

* Linux: g++ 5.0+
`g++ -std=c++14 some_ex.cpp -o some_ex`
```python
g++ -std=c++14 some_ex.cpp -o some_ex
```

* Mac: clang++ 3.6+
`clang++ -std=c++14 some_ex.cpp -o some_ex`
```python
clang++ -std=c++14 some_ex.cpp -o some_ex
```

### Contents

Expand Down

0 comments on commit a8028c5

Please sign in to comment.