CRS4 ViC BRAIN - BUILD INSTRUCTIONS 20090928 -------------------------------------------- DEPENDENCIES ---------------------------------- CRS4 ViC Brain compiles under Linux and depends on: - QT4 (http://qt.nokia.com/products) Install the following modules: Qt3Support QtCore QtGui QtNetwork QtOpenGL QtSql QtXml + qmake e devel environment - SL (http://vic.crs4.it/vic/download/) Installation instructions are in the file INSTALL into the SL package HOW TO COMPILE CRS4 ViC BRAIN --------------------------------------------- Before compiling CRS4 ViC software, you need to compile/install all the dependencies. This package (brain-crs4-2.0.2.tgz) contains the following directories: - qmakeconfig (dir) - brain (dir) Unpack it somewhere and type the following commands: 1) Enter the "qmakeconfig" directory (QMAKECONFIG_DIR) and type the following commands: - cd QMAKECONFIG_DIR - qmake - make - make install 2) Enter the "brain" directory (BRAIN_DIR) and type the following commands: - cd BRAIN_DIR - qmake - make - make install The application vicbrain is in the directory BRAIN_DIR/apps/viewer CRS4 - ViC