domenica 13 dicembre 2009

Engrid GIT su Archlinux

Dipendenze:

sudo apt-get install cmake zenity git-core subversion libxext libxt qt

Scaricare due file:
1) engrid_installer_updater.sh

http://78.140.120.226/gitweb/?p=engrid.git;a=blob_plain;f=src/scripts/engrid_installer_updater.sh;hb=refs/heads/release

2) engrid_installer_updater.cfg

http://78.140.120.226/gitweb/?p=engrid.git;a=blob_plain;f=src/scripts/engrid_installer_updater.cfg;hb=refs/heads/release

Modifica file scaricati:

chmod +x engrid_installer_updater.sh

Modificare 4 righe nel file engrid_installer_updater.cfg in modo da farle apparire così:

....
#DOWNLOAD_QT=1
#ARCHIVE_QT="qt-x11-opensource-src-4.5.2.tar.gz"
#URL_QT="http://get.qt.nokia.com/qt/source/$ARCHIVE_QT"
...
QTPREFIX=/usr

Creare la cartella di installazione e settare il proprietario della stessa al nostro utente

sudo mkdir /opt/engits
sudo chown -R vostroutente:users /opt/engits

Avviare lo script engrid_installer_updater.sh spuntando le seguenti voci:

create_bash_engrid
install_VTK
install_CGNS
build_engrid
create_start_engrid

Engrid si avvierà con il comando :

/opt/engits/bin/start_engrid

Per successivi update riavvare lo script spuntando le seguenti voci:

create_bash_engrid
update_netgen
update_engrid

Nessun commento:

Posta un commento