1) Open Application accessory Terminal
2) If prompt is $ then type
sudo -s
3) type follow command
apt-get update; apt-get install wget cvs rcs build-essential ncurses-dev
libslang2-dev tk8.3-dev unixodbc-dev subversion
rm -fr /usr/src/harbour
cd /usr/src
svn co
https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trun
k/harbour harbour
cd /usr/src/harbour
export HB_BIN_INSTALL=/usr/bin/; export HB_LIB_INSTALL=/usr/lib/; export
HB_INC_INSTALL=/usr/include/
chmod 700 make_gnu.sh
sh ./make_gnu.sh clean; sh ./make_gnu.sh; sh ./make_gnu.sh install
harbour -build
Please post any comment or suggestion if I made same error
How can I compile follow sample in gtxwc and gttrm and other linux gt
??
function main()
do while .t.
setcolor("w/n")
clear screen
dummy:="N"
@ 3,3 say "Hello World" color "w/r"
@ 4,3 say "I am harbour!-)" color "w/b"
@ 5,3 say "Do you want exit? "
@ row(), col()+1 get dummy picture "@K!"
read
if dummy=="Y"
clear screen
quit
endif
@ 8,10 say "Ok You don't want exit from application"
inkey(2)
enddo
return nil
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour