More short and easy from www.elart.it/links/harbourhowto_deb_en.php (i wrote
that page):

Ubuntu 9.10 install harbour and other stuffs

First be sure is enabled the Universe repository from menu:
System:Administration:Software Sources: Ubuntu software [tab]

Then open terminal from Applications: Accessories: Terminal and type or
better copy the red rows below and paste them into the terminal window:
sudo apt-get update; sudo apt-get install subversion wget rcs
build-essential ncurses-dev libslang2-dev tk8.3-dev unixodbc-dev
libncurses-dev libx11-dev libgpm-dev firebird2.1-dev libfreeimage-dev
libmysqlclient15-dev libpq-dev libqt3-mt-dev liballegro4.2-dev wine
dosemu-freedos mingw32 zlib1g-dev libpcre3-dev libncurses-dev libslang2-dev
libx11-dev libgpmg1-dev unixodbc-dev libcurl4-gnutls-dev firebird2.1-dev
libgd2-xpm-dev libsqlite3-dev libqt4-dev

Might be useful to set some default, please type this command:
sudo update-alternatives --set moc /usr/bin/moc-qt4

Then to download and to compile Harbour please simply try this:

mkdir $HOME/src
cd $HOME/src
wget http://www.elart.it/harbour/MBaggharbour2_svn
chmod 700 MBaggharbour2_svn
./MBaggharbour2_svn

And your system will  be ready to compile hbide

cd $HOME/src/harbour/contrib/hbide
hbmk2 hbide -rebuild

to run hbide type:

./hbide


Hope this helps
best regards,
Marco


-- 
Linux Infinite Freedom
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to