Showcase 0.5 Installation Guide
From MARIE
Contents |
MARIE
Version 0.5
See MARIE 0.5 Installation Guide.
WxWidgets
Version 2.6.2
Altough there's a package for WxWidgets, for some dependencies to string representation format, the package cannot be used directly. WxWidgets then needs to be downloaded from WxWidgets website : http://www.wxwidgets.org/.
Compile and install WxWidgets. To install in local directory :
# ./configure --prefix = <local installation path> # make # make install
Post-installation intructions
Add <prefix>/lib in environment variable LD_LIBRARY_PATH.
Add <prefix>/bin in environment variable PATH.
Add <prefix>/lib/pkgconfig in environment variable PKG_CONFIG_PATH.
Showcase
Version 0.5
This version is not available as a package, so it needs to be downloaded from MARIE website http://sourceforge.net/project/showfiles.php?group_id=85891
Then compile and install Showcase. To install in local directory :
# scons prefix=<local install directory> # scons install
Post-installation intructions
Add <prefix>/bin in environment variable PATH.
Notes
Some users have experienced problems when using Teleop with some Gnome Desktop theme. Here's a list of non-reccomended themes:
- Glider
- Industrial Tango
- Resilience
Please report us any other non working Gnome theme.
