Various pre-compiled packages are provided. They are named
‘urbi-sdk-version-arch-os-compiler.ext ’
where
The package is relocatable, i.e., it does not need to be put at a specific location, nor does it need special environment variables to be set. It is not necessary to be a super-user to install it. The root of the package, denoted by urbi-root hereafter, is the absolute name of the directory which contains the package.
After the install, the quickest way to test your installation is to run the various programs.
Decompress the package where you want to install it:
$ rm -rfurbi-root
$ cd /tmp
$ tar zxfpath-to/urbi-sdk-2.0-linux-x86-gcc4.tar.gz
$ mv urbi-sdk-2.0-linux-x86-gcc4urbi-root
This directory, urbi-root, should contain ‘bin’, ‘FAQ.txt’ and so forth. Do not move things around inside this directory. In order to have an easy access to the Urbi programs, set up your PATH:
# Check that urbi is properly set up.
$ urbi --version
# Check that urbi-launch is properly installed.
$ urbi-launch --version# Check that urbi-launch can find its dependencies.
$ urbi-launch -- --version
# Check that Urbi can compute.
$ urbi -e’1+2*3; shutdown;’
[00000175] 7
Decompress the zip file wherever you want or execute the installer.
Execute the script ‘urbi.bat’, located at the root of the uncompressed package. It should open a terminal with an interactive Urbi session.
Inputs and outputs of windows native application are buffered under Cygwin. Thus, either running the interactive mode of Urbi or watching the output of the server under Cygwin is not recommended.