EASY7

실행파일 / git 사용법 본문

Portfolio

실행파일 / git 사용법

E.asiest 2017. 10. 13. 15:06

1. c++ 

g++ -o test test.cpp $(pkg-config --libs --cflags opencv) -lwiringPi -lraspicam -lraspicam_cv

./test

 

2. python

sudo python test.py

 

3. c

gcc -o test test.c -lwiringPi

./test

 

 

4. github사용법

cp fantest2.c ~/directory

git add fantest2.c : 더하기
git commit : 주석 달기
git push : 아이디, 비번

Comments