From 0778a57f6bc0d524fd9bd600c739bde032c023a7 Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 3 Nov 2016 23:46:00 +0100 Subject: [PATCH] added compile command for latest raspbian --- ActionPi.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ActionPi.cpp b/ActionPi.cpp index 690ea95..506dbc2 100644 --- a/ActionPi.cpp +++ b/ActionPi.cpp @@ -19,7 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. * - *zum kompilieren ---> g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x + *zum kompilieren raspbian befor 2016-09-23---> g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x (not tested yet) + *zum kompilieren raspbian latest---> g++ -Wall -o"%e" "%f" -l raspicam -l bcm2835 -sdt=c++14 */ #include #include @@ -31,7 +32,7 @@ #include #include #include -#include +#include #include #include