Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f6c01 commit c19e00cCopy full SHA for c19e00c
Makefile
@@ -4,7 +4,7 @@ minimal: examples/minimal.cpp matplotlibcpp.h
4
cd examples && g++ -DWITHOUT_NUMPY minimal.cpp -I/usr/include/python2.7 -lpython2.7 -o minimal -std=c++11
5
6
basic: examples/basic.cpp matplotlibcpp.h
7
- cd examples && g++ basic.cpp -I/usr/include/python2.7 -lpython2.7 -o basic
+ cd examples && g++ basic.cpp -I/usr/include/python2.7 -lpython2.7 -o basic -std=c++11
8
9
modern: examples/modern.cpp matplotlibcpp.h
10
cd examples && g++ modern.cpp -I/usr/include/python2.7 -lpython2.7 -o modern -std=c++11
0 commit comments