Difference between revisions of "Setup the build environment"

From RobotinoWiki
(Building the OpenRobotino API from source)
(Building the OpenRobotino API from source)
Line 6: Line 6:
 
<pre>
 
<pre>
 
sudo apt-get install p7zip
 
sudo apt-get install p7zip
7z x openrobotino_external_20101230.7z
+
7zr x openrobotino_external_20101230.7z
 
find external -wholename "*/bin/*" -exec chmod +x {} \;
 
find external -wholename "*/bin/*" -exec chmod +x {} \;
 
</pre>
 
</pre>

Revision as of 18:08, 30 December 2010

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
7zr 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.

Get the sources via SVN from http://svn.openrobotino.org/trunk

Use cmake to configure the openrobotino1 folder.