|
@@ -1,4 +1,4 @@
|
|
-examples: minimal basic modern
|
|
|
|
|
|
+examples: minimal basic modern animation
|
|
|
|
|
|
minimal: examples/minimal.cpp matplotlibcpp.h
|
|
minimal: examples/minimal.cpp matplotlibcpp.h
|
|
cd examples && g++ -DWITHOUT_NUMPY minimal.cpp -I/usr/include/python2.7 -lpython2.7 -o minimal -std=c++11
|
|
cd examples && g++ -DWITHOUT_NUMPY minimal.cpp -I/usr/include/python2.7 -lpython2.7 -o minimal -std=c++11
|
|
@@ -9,3 +9,5 @@ basic: examples/basic.cpp matplotlibcpp.h
|
|
modern: examples/modern.cpp matplotlibcpp.h
|
|
modern: examples/modern.cpp matplotlibcpp.h
|
|
cd examples && g++ modern.cpp -I/usr/include/python2.7 -lpython2.7 -o modern -std=c++11
|
|
cd examples && g++ modern.cpp -I/usr/include/python2.7 -lpython2.7 -o modern -std=c++11
|
|
|
|
|
|
|
|
+animation: examples/animation.cpp matplotlibcpp.h
|
|
|
|
+ cd examples && g++ animation.cpp -I/usr/include/python2.7 -lpython2.7 -o animation -std=c++11
|