From d9049583f6db79e0103cbfec47df7891006ac75f Mon Sep 17 00:00:00 2001 From: Jannik Date: Fri, 4 Nov 2016 11:24:46 +0100 Subject: [PATCH] Update ActionPi.cpp --- ActionPi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ActionPi.cpp b/ActionPi.cpp index 506dbc2..38e69ad 100644 --- a/ActionPi.cpp +++ b/ActionPi.cpp @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. * - *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 + *zum kompilieren ---> g++ -Wall "%f" -o"%e" -l raspicam -l bcm2835 -std=c++0x + *oder---> g++ -Wall "%f" -o"%e" -l raspicam -l bcm2835 -std=c++14 */ #include #include @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include