Difference between revisions of "Setup the build environment"

From RobotinoWiki
(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…')
 
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Building the OpenRobotino API from source==
+
==Using binary packages==
Download the [http://doc.openrobotino.org/download/OpenRobotinoAPI/openrobotino_external_20101230.7z external depencies package]. (REC internal \\fileserver\openrobotino_external*)
+
Get the openrobotino1 binary packages from the [[downloads#OpenRobotino API|download]] page.
 +
 
 +
==Building from source==
 +
Download the [[downloads#OpenRobotino API|external depencies package]]. (REC internal \\fileserver\openrobotino_external*)
  
 
Unpack the 7z archive to a local harddisk. On Linux
 
Unpack the 7z archive to a local harddisk. On Linux
Line 6: Line 9:
 
<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>
  
 
Set the environment variable OPENROBOTINO_EXTERNAL_DIR to the full path of the just unpacked external folder.
 
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.
 +
 +
===Visual Studio 2010 Express===
 +
The express version is missing some headers and the redistributable package. Please install the [http://msdn.microsoft.com/de-de/windows/bb980924 Windows SDK] for your system.
 +
 +
[[VS2010]]
 +
 +
==Robotino API Version 2.0==
 +
Read about the new [[API2]]

Latest revision as of 09:04, 17 October 2011

Using binary packages

Get the openrobotino1 binary packages from the download page.

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

Visual Studio 2010 Express

The express version is missing some headers and the redistributable package. Please install the Windows SDK for your system.

VS2010

Robotino API Version 2.0

Read about the new API2