8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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