Difference between revisions of "API2 quickstart"

From RobotinoWiki
(API2 for Linux)
Line 1: Line 1:
===API2 for Windows===
+
==API2 for Windows==
 
[[downloads#API2_Beta|API2 binary package]]
 
[[downloads#API2_Beta|API2 binary package]]
  
===API2 for Linux===
+
==API2 for Linux==
 +
===Setup package repository==
 
On i386 system
 
On i386 system
 
<pre>
 
<pre>
Line 13: Line 14:
 
</pre>
 
</pre>
  
 +
===Install===
 
<pre>
 
<pre>
 
sudo apt-get install robotino-api2 robotino-examples
 
sudo apt-get install robotino-api2 robotino-examples
 
</pre>
 
</pre>

Revision as of 12:48, 12 December 2011

API2 for Windows

API2 binary package

API2 for Linux

=Setup package repository

On i386 system

sudo echo "deb http://doc.openrobotino.org/download/packages/i386 ./" >> /etc/apt/sources.list

On amd64 systems

sudo echo "deb http://doc.openrobotino.org/download/packages/amd64 ./" >> /etc/apt/sources.list

Install

sudo apt-get install robotino-api2 robotino-examples