This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jun 19 08:12:56 -0700 2009 | |
| |
AUTHORS | Fri Oct 05 04:17:59 -0700 2007 | |
| |
CMakeLists.txt | Fri Jul 17 03:11:33 -0700 2009 | |
| |
COPYING | Wed Feb 07 05:01:14 -0800 2007 | |
| |
ChangeLog | Tue Apr 10 07:20:31 -0700 2007 | |
| |
Doxyfile.in | Wed Jul 08 00:45:10 -0700 2009 | |
| |
NEWS | Fri Jun 19 00:22:04 -0700 2009 | |
| |
NO-WARRANTY | Sat Jun 18 02:17:07 -0700 2005 | |
| |
README | Thu Apr 26 06:11:32 -0700 2007 | |
| |
config/ | Wed Jul 22 05:48:28 -0700 2009 | |
| |
configure | Mon Sep 08 04:16:56 -0700 2008 | |
| |
debian/ | Thu Jul 23 02:17:03 -0700 2009 | |
| |
doc/ | Fri Jul 17 03:11:33 -0700 2009 | |
| |
orocos-rtt.default.cmake | Thu Jun 18 04:25:31 -0700 2009 | |
| |
src/ | Thu Jul 23 02:14:11 -0700 2009 | |
| |
tests/ | Mon Jul 13 03:21:17 -0700 2009 | |
| |
tools/ | Fri Jul 17 05:10:27 -0700 2009 |
README
The Orocos Real-Time Toolkit ============================ Quick Installation ================== The Orocos RTT requires the 'cmake' program to be present, version 2.4.0 or later is recommended. http://www.cmake.org Download the latest version from http://www.orocos.org/rtt tar -xvjf orocos-rtt-<version>-src.tar.bz2 cd orocos-rtt-<version> mkdir build cd build ../configure make make check make install The installation manual can be found in the doc dir. You can also consult it online on the http://www.orocos.org website. Configuring Orocos RTT ====================== Instead of '../configure', issue 'ccmake ..' from your build directory. The keys to use are 'arrows'/'enter' to modify a setting, 'c' to run a configuration check (may be required multiple times), 'g' to generate the makefiles. If an additional configuration check is required, the 'g' key can not be used and you must press 'c' and examine the output. CORBA ===== Corba is not enabled by default. If you have ACE/TAO installed, use ../configure --enable-corba (set ACE_ROOT,TAO_ROOT if necessary), or use ccmake to enable the ENABLE_CORBA option.







