1.2 Installation procedureUsually, you will need to be "administrator" to install Webots. Once installed, Webots can be used by a regular, unprivileged user. To install Webots, please follow this procedure:
Note: The evaluation version will become an EDU or PRO version after installing the dongle. After installation, the major part of Webots functionalities is available. However, some additional tools (such as Java or Python) are necessary for running or compiling some specific projects. The chapter 5 covers the set up of these tools. 1.2.1 LinuxWebots will run on most recent Linux distributions runnning glibc2.3. This includes fairly recent Ubuntu, Debian, Fedora, SuSE, RedHat, etc. Webots comes as three different packages: tarball, RPM and DEB which are suitable for most Linux systems. These package are located on the Webots CD-ROM in the linux / webots folder, or downloadable from our web site. Please refer to your Linux documentation to select among the RPM, DEB or tarball package for installation. Note: Webots will run much faster if you install accelerated OpenGL drivers. If you have a NVIDIA or ATI graphics card, it is highly recommended that you install the Linux graphics drivers from these manufacturers to take the full advantage of OpenGL hardware acceleration with Webots. tarball packageThe tarball package has the can be installed without root privileges. It can be uncompressed anywhere using the tar xjf command line. Once uncompressed, it is recommended to set the WEBOTS_HOME environment variable to point to the webots directory obtained from the uncompression of the tarball:
The export line should however be included in a configuration script like /etc/profile, so that it is set properly for every session. RPM package
DEB packageBeing logged on as root, you may want to configure your apt package manager by adding:
in your /etc/apt/sources.list configuration file, and then proceed to the installation of Webots using apt-get install webots or any apt graphical front-end. This ensures that you will always be able to download and install the latest version of Webots when you update your system. Alternatively, you can install the provided DEB package directly by using the dpkg:
1.2.2 Windows XP or Vista
In order to compile controller programs, the Windows version of Webots uses the free MinGW compiler. The MinGW compiler is included in the Webots distribution (in the mingw subdirectory). MinGW is a Windows port of the standard GCC compiler tools for C/C++. It is fully integrated with Webots' built-in source code editor. Optionally, you may also want to install the MSYS terminal, which provides a UNIX-like terminal interface to MinGW. These two pieces of software are distributed under the terms of the GNU public license and hence are free of charge. You may also choose to use Dev-C++ (free of charge) or Microsoft Visual C++TM (commercial product). 1.2.3 Mac OS X
In order to compile controllers on the Mac, you will need to install Apple's Xcode Tools. The Xcode Tools come for free and are included with every copy of the Mac OS X installation DVD. Otherwise they can also be downloaded from the Apple Developer Connection website. Webots will need principally the gcc (GNU C Compiler) and make commands of the Xcode Tools. ![]() ^ page top ^ |
| E-mail to webmaster | Last updated: | Copyright © 2008 Cyberbotics Ltd. |