1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

updating readme on how to build jar

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3130 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ligi 2011-04-09 04:25:42 +00:00 committed by ligi
parent bb9306d018
commit 23ab893f38

View File

@ -1,2 +1,7 @@
compile with ant
depends on juavtalk and the generated java code from uavobjgenerator in the build dir
3 Steps to build the lib as a jar-file:
1 run "make uavobjects_java" from the op-root
2 run "ant" from the juavtalk path
3 run "ant" here
-> the juavobjects.jar should now be in the build dir