Commit 8dbc3af9 authored by kazushi.kawamura's avatar kazushi.kawamura

update README

parent ff6ac76d
......@@ -47,7 +47,25 @@ cp ./slf4j-1.7.25/slf4j-api-1.7.25.jar ../ARDroneForP5/lib/
cp ./slf4j-1.7.25/slf4j-jdk14-1.7.25.jar ../ARDroneForP5/lib/
```
Build ... Generate ARDroneForP5.jar
Build ... Generate "ARDroneForP5.jar"
```
cd ../ARDroneForP5
cd library
mv ARDroneForP5.jar ARDroneForP5_old.jar
cd ..
```
* Need to replace "build.xml".
* Need to fix 8 java files due to encoding bugs.
```
ant
```
* "ARDroneForP5.jar" is generated in the directory "library".
* 2 warings are displayed. (Unverified)
### Tmp Reference
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment