[Gambas-user] gambas on REDHAT 8
Primorec
igor.furlan at ...626...
Thu Sep 16 08:49:03 CEST 2004
Yes, < joke >contrary to the popular belief <\joke>, gambas DOES run
on REDHAT 8 :)) too
here is a small HOWTO:
- download QT >= 3.2 (http://www.trolltech.com/download/qt/x11.html)
(I've used 3.2)
- build QT libraries following instructions from the file INSTALL
(part of the QT tarball)
- download and build curl >= 7.10.6
(http://curl.haxx.se/download.html) (I've used curl-7.12.1)
my configure line was:
./configure --with-qt-includes=/usr/local/qt-x11-free-3.2.0/include \
--with-qt-libraries=/usr/local/qt-x11-free-3.2.0/lib \
--with-moc=/usr/local/qt-x11-free-3.2.0/bin
- make
- become root (su)
- check your $PATH variable (while root). It has to be similar to
/usr/local/qt-x11-free-3.2.0/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
-check your $LD_LIBRARY_PATH (while root). It has to contain path similar to
/usr/local/qt-x11-free-3.2.0/lib
- make install
- exit
- gambas
Regards
Igor
P.S.: Benoit, thanks for patience and, please the information from
above to this page
http://gambas.sourceforge.net/distribution.html
Thanks !
More information about the User
mailing list