imo prev doc containt good section for extend install for ubuntu A question For ubuntu wich version of Qt will be used un the upcoming harbour 2.0? How install qt?
2009/12/19 Viktor Szakáts <[email protected]>: > This decription is not very generic and uses hbmk script instead of > hbmk2. It has few other problems, too: > - lists lots of packages which are not needed for Harbour > - overrides default contrib list > - sets HB_*_INSTALL which is not very good precedent, and also not needed. > - uses patched (?) source code? The example suggest that > Harbour hosted sources are wrong. > - it's based on Harbour state about a year ago regarding some concepts. > > I'd rather fix INSTALL if it's still missing something. > > Brgds, > Viktor > > On 2009 Dec 19, at 21:58, Massimo Belgrano wrote: > >> >> You need to be connected to the Net. >> >> First please enable the "universe" repositories from menu System >> → Administration → Software Sources and confirm repositorie >> reload >> Please install these deb packages... so you have almost all packages to >> compile contrib libraries and related stuffs >> >> Please open a terminal window Applications → Accessories → >> Terminal and type or copy and paste (one row a time then press <enter>) >> >> sudo apt-get update >> >> When you use "sudo" the system ask you for a password, please typein >> your user password: you will not see any feedback (i.e terminal chars) >> when you type your password, so type the password, then press enter; >> >> sudo apt-get install wget cvs rcs build-essential ncurses-dev >> libslang2-dev tk8.3-dev unixodbc-dev subversion libncurses-dev >> libx11-dev libgpm-dev libcurl4-openssl-dev firebird2.1-dev >> libfreeimage-dev libgd2-xpm-dev libmysqlclient15-dev libpq-dev >> libqt4-dev liballegro4.2-dev libsqlite3-dev wine dosemu-freedos mingw32 >> >> Then update from svn Harbour >> >> 1) - Please open a terminal window Applications → Accessories >> → Terminal >> 2) - Please check the requested packages are installed see above; >> 3) - Type the commands rows below you can also do a copy and paste of the >> row, please copy and paste a row a time then press enter; >> >> mkdir $HOME/src >> cd $HOME/src >> svn co >> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour >> harbour >> cd $HOME/src/harbour >> export HB_BIN_INSTALL=/usr/bin >> export HB_INSTALL_PREFIX=/usr/bin >> export HB_LIB_INSTALL=/usr/lib >> export HB_INC_INSTALL=/usr/include >> make >> sudo -E make install >> >> When you use "sudo" the system ask you for a password, please typein >> your user password: you will not see any feedback (i.e terminal chars) >> when you type your password, so type the password, then press enter; >> >> to verify your build date of harbour, type: >> harbour -build >> >> to generate Harbour for Win >> >> cd $HOME/src/harbour/; make HB_PLATFORM=win >> >> export HB_INSTALL_PREFIX=/tmp/hbwin; make install HB_PLATFORM=win >> >> if you want install hbwin in a different directory than /tmp/hbwin with >> more stricted directory permissions... you must use sudo to install it: >> >> export HB_INSTALL_PREFIX=/usr/bin/hbwin; sudo -E make install >> HB_PLATFORM=win >> >> >> *********************************** >> -- Massimo Belgrano _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
