LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-29-2004, 12:42 PM   #1
primorec
Member
 
Registered: Sep 2004
Distribution: RH5.2/6.2/8.0/9.0,RHEL 3.0/4.X/5.X/6.X,MDK 10.1,KNOPPIX3.6,Solaris 8/9,CentOS 3.X/4.X/5.X/6.X/7.X
Posts: 67

Rep: Reputation: 15
How to install gambas on REDHAT 8 and remain sane


DOWNLOAD qt-x11-free-3.3.3.tar.bz2
wget http://ftp.silug.org/mirrors/ftp.tro...-3.3.3.tar.bz2
tar xvfj qt-x11-free-3.3.3.tar.bz2
cd gt-x11-free-3.3.3
./configure -thread --prefix=/usr/local/qt
export LD_LIBRARY_PATH=/your/path/to/qt-x11-free-3.3.3/lib
/usr/bin/gmake
su
/usr/bin/gmake -n install
exit

DOWNLOAD curl-7.12.3.tar.gz
wget http://curl.haxx.se/download/curl-7.12.3.tar.gz
tar xvfz curl-7.12.3.tar.gz
cd curl-7.12.3
./configure
make
su
make install
exit

DOWNLOAD libxml2-2.6.16.tar.gz
wget ftp://xmlsoft.org/libxml2-2.6.16.tar.gz
tar xvfz libxml2-2.6.16.tar.gz
cd libxml2-2.6.16
./configure
make
su
make install
exit

DOWNLOAD gambas-0.99.RC6.tar.bz2
wget http://gambas.sourceforge.net/gambas-0.99.RC6.tar.bz2
tar xvfj gambas-0.99.RC6.tar.bz2
cd gambas-0.99.RC6
./configure --with-qt-includes=/usr/local/qt/include
--with-qt-libraries=/usr/local/qt/lib --with-moc=/usr/local/qt/bin
--prefix=/usr/local/gambas
make
su
export LD_LIBRARY_PATH=/usr/local/qt/lib
export PATH=/usr/local/qt/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/root/bin
make install
exit

==========================
run gambas
==========================
cd
export LD_LIBRARY_PATH=/usr/local/qt/lib
export PATH=/usr/local/qt/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
gambas &

Have fun !

Last edited by primorec; 12-29-2004 at 12:44 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to refresh shell environment and remain sane primorec Linux - General 8 08-09-2005 11:09 PM
Install Gambas with Yum Insomnia Linux - Software 1 05-06-2005 03:20 PM
How to install firefox 1.0 on REDHAT 8 and remain sane primorec Linux - Software 23 02-25-2005 02:17 AM
HOWTO build gerbv (gerber viewer) on RH8 and remain sane primorec Linux - Software 4 01-27-2005 05:11 PM
How to connect to the network with knoppix on IBM Thinkpad T21 and remain sane ? primorec Linux - Laptop and Netbook 0 12-12-2004 11:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration