Removed need of C++11 regex for the time being
This commit is contained in:
parent
c14abc1508
commit
7be882437b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ The default_resource includes example use of Server::flush.
|
||||||
|
|
||||||
### Compile and run
|
### Compile and run
|
||||||
|
|
||||||
Compile with a C++11 compiler supporting regex (for instance g++ 4.9):
|
Compile with a C++11 compliant compiler (for instance g++ 4.9):
|
||||||
```
|
```
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue