Setup the build environment

From RobotinoWiki
Revision as of 17:45, 30 December 2010 by Verbeek (talk | contribs) (Created page with '==Building the OpenRobotino API from source== Download the [http://doc.openrobotino.org/download/OpenRobotinoAPI/openrobotino_external_20101230.7z external depencies package]. (R…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Building the OpenRobotino API from source

Download the external depencies package. (REC internal \\fileserver\openrobotino_external*)

Unpack the 7z archive to a local harddisk. On Linux

sudo apt-get install p7zip
7z x openrobotino_external_20101230.7z
find external -wholename "*/bin/*" -exec chmod +x {} \;

Set the environment variable OPENROBOTINO_EXTERNAL_DIR to the full path of the just unpacked external folder.