[Gambas-user] Install gambas3 on Oneiric

M. Cs. mohareve at ...626...
Sat Nov 26 20:23:22 CET 2011


THANKS!

Csaba

2011/11/26, Jussi Lahtinen <jussi.lahtinen at ...626...>:
> I don't have packages, but compiling the source is not difficult.
>
>
> 1. First install essential packages you need to compile:
>
> *sudo apt-get install build-essential autoconf libbz2-dev libfbclient2
> libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev
> libsqlite3-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev
> libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev
> libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev
> libbonobo2-dev libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev
> libpoppler-glib-dev libasound2-dev libesd0-dev libdirectfb-dev
> libaa1-dev libxtst-dev libffi-dev kdelibs4-dev firebird2.1-dev
> libqt4-dev libglew1.5-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
> libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
> *
>
>
> 2. Commands to get sources to ~/trunk folder:
>
> *cd ~/
> svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> *
>
>
> 3. Script to compile (or recompile), just copy this to text editor, save it
> as whatever.sh and open file properties to give privileges for execution:
>
> *#!/bin/sh
> sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
> /usr/local/bin/gbi3
> sudo rm -rf /usr/local/lib/gambas3
> sudo rm -rf /usr/local/share/gambas3
> cd ~/trunk
> echo "Old installation cleaned!"
> ( ./reconf-all && ./configure -C && make && sudo make install ) >
> ~/Desktop/compile.log 2>&1
> sudo -k
> echo "Done!"*
>
>
> Or look at the official help for compiling:
> http://gambasdoc.org/help/install?en&view
>
> Jussi
>
>
>
>
> On Sat, Nov 26, 2011 at 14:13, M. Cs. <mohareve at ...626...> wrote:
>
>> Hi, I would like to install Gambas3 on Oneiric 64bit, but using
>> Haywood's PPA for Natty I couldn't fulfill the task. Are there
>> packages for this release?
>>
>> Thanks!
>>
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list