API2 quickstart

From RobotinoWiki
Revision as of 18:18, 9 December 2011 by Verbeek (talk | contribs) (Created page with '===API2 for Windows=== API2 binary package ===API2 for Linux=== Setup your '''/etc/apt/sources.list'''. On i386 system <pre> deb http://doc.openrobotino.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

API2 for Windows

API2 binary package

API2 for Linux

Setup your /etc/apt/sources.list. On i386 system

deb http://doc.openrobotino.org/download/packages/i386 ./

On amd64 systems

deb http://doc.openrobotino.org/download/packages/amd64 ./

Install the packages

  • robotino-api2
  • robotino-examples
  • libqt4-dev
apt-get install robotino-api2 robotino-examples libqt4-dev

Pre build binaries are in /usr/local/robotino/examples/bin

Build the circle example see section below.