Switched nglib to debug mode in MSVC2008.
[engrid.git] / setup_fedora.bash
blob34803b82643a92cdc3524d85c99c502eb68da7fd
1 #!/usr/bin/env bash
2 olddir=`pwd`
3 cd `dirname $0`
4 sudo yum -y install vtk-qt
5 cp engrid iengrid
6 echo "`pwd`/run.bash" >> iengrid
7 sudo cp iengrid /usr/bin/engrid
8 cp engrid.desktop iengrid.desktop
9 echo "Icon=`pwd`/src/libengrid/resources/icons/G.png" >> iengrid.desktop
10 sudo cp iengrid.desktop /usr/share/applications/engrid.desktop
11 cd $olddir
12 echo "You can start enGrid by typing 'engrid' from the command line (as non-root user) or with the help of the desktop menus."