Difference between revisions of "Setup the build environment"

From RobotinoWiki
(Using binary packages)
Line 1: Line 1:
 
==Using binary packages==
 
==Using binary packages==
Get the openrobotino1 binary packages for [http://doc.openrobotino.org/download/OpenRobotinoAPI/1/current_win32_vc90.php Windows] or [http://doc.openrobotino.org/download/packages/ Debian/Linux]. Linux users could also edit /etc/apt/sources.list and add
+
Get the openrobotino1 binary packages from the [[downloads#OpenRobotino_API|download]] page.
<pre>deb http://doc.openrobotino.org/download/packages/ ./</pre>
 
  
 
==Building from source==
 
==Building from source==

Revision as of 15:38, 14 February 2011

Using binary packages

Get the openrobotino1 binary packages from the download page.

Building from source

The recommended way

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.

VS2010