diff --git a/README.md b/README.md index 2bf315be8ec13ba558196d321e37b281ddbfaa02..b30674c825c55a7ad34c1ec82c1f6d19d86e70a2 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,31 @@ Start ``` cd processing-3.3.6 -./processing *inputfile(.pde)* +./processing [inputfile(.pde)] ``` ### ARDroneForP5 +Engineering Navi: http://kougaku-navi.net/ARDroneForP5/ + +GitHub: https://github.com/shigeodayo/ARDroneForP5 + +Install + +``` +git clone https://github.com/shigeodayo/ARDroneForP5.git +``` + +Cannot build correctly... + +### Tmp Reference + +Related to Ant, javac + +* http://www.techscore.com/tech/Java/ApacheJakarta/Ant/1/#ant1-2 +* https://teratail.com/questions/100538 +* https://docs.oracle.com/javase/jp/1.5.0/tooldocs/windows/javac.html +* http://www.ne.jp/asahi/hishidama/home/tech/ant/tag/javac.html +* https://github.com/kotarot/Proken-Drone2017 +* http://nagamitsu1976.hatenadiary.jp/entry/2016/05/12/125822 +