mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
typo fixed
+2
-2
@@ -30,13 +30,13 @@ g++ -std=c++11 -Ipath_to_msgpack-c/include your_program.cpp
|
||||
#### Configure
|
||||
|
||||
```
|
||||
cd msgpack-c ./bootstrap ./congigure
|
||||
cd msgpack-c ./bootstrap ./configure
|
||||
```
|
||||
|
||||
If you want to test C++11 support, execute
|
||||
|
||||
```
|
||||
./congigure CXXFLAGS="-std=c++11"
|
||||
./configure CXXFLAGS="-std=c++11"
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user