urpmi gcc-c++
urpmi git
urpmi rpm-build
- urpmi patch ### EED It's working ???
+ urpmi patch ### EED It's working ???
+ urpmi fcgi ### EED It's working ???
+ urpmi fcgi-devel ### EED It's working ???
;;
Fedora)
yum install git -y
yum install qtwebkit-devel -y
yum install patch -y
+ yum install fcgi -y
+ yum install fcgi-devel -y
;;
Ubuntu)
apt-get --yes install libqt4-dev #QT4
apt-get --yes install libxerces-c-dev
apt-get --yes install patch
+ apt-get --yes install fcgi
+ apt-get --yes install fcgi-devel
## CLAIRE - JGRR
apt-get --yes install qt4-qmake #QT4 qmake
apt-get --yes install libsqlite0-dev
port install qt4-mac -y
ln -s qmake-mac qmake /opt/local/bin # cf EED
port install mesa -y
+ port install fcgi -y ## It's working ?
+ port install fcgi-devel -y ## It's working ?
;;
*)
echo " '$OperatingSystem' : Unknown (for us...) Operating Sytem "