[Gambas-user] Install Gambas 3 on Raspbian instruction in Gambas wiki

2014-04-09 Thread Willy Raets
Hi All,

Since I'm now the owner of a Raspberry Pi running Raspbian I wrote some
short instructions for installing Gambas3 on Raspbian.

http://gambaswiki.org/wiki/install/raspbian

Also added Raspbian to the index of distributions.


-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Install Gambas 3 on Raspbian instruction in Gambas wiki

2014-04-09 Thread Benoît Minisini
Le 09/04/2014 23:35, Willy Raets a écrit :
 Hi All,

 Since I'm now the owner of a Raspberry Pi running Raspbian I wrote some
 short instructions for installing Gambas3 on Raspbian.

 http://gambaswiki.org/wiki/install/raspbian

 Also added Raspbian to the index of distributions.



Cool!

-- 
Benoît Minisini

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Install Gambas 3 on Raspbian instruction in Gambas wiki

2014-04-09 Thread Ian Haywood
On Thu, Apr 10, 2014 at 7:35 AM, Willy Raets wi...@earthshipbelgium.be wrote:
 Hi All,

 Since I'm now the owner of a Raspberry Pi running Raspbian I wrote some
 short instructions for installing Gambas3 on Raspbian.

 http://gambaswiki.org/wiki/install/raspbian

 Also added Raspbian to the index of distributions.
the current jessie packages are a bit buggy, the IDE can crash.
3.5.2-2 is slowly percolating through the debian system and should be
reasonably stable.

have a look at https://wiki.debian.org/AptPreferences, it explains how
to grab packages from a later release but leave the rest as-is.

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Install Gambas 3

2011-11-12 Thread girardhe...@hotmail.com
Le 12/11/2011 04:38, Keith Clark a écrit :
 I'm going to install Gambas 3 on my Ubuntu 11.10 computer and was
 wondering if I should remove the already installed Gambas 2.2 first?

 Thanks,

 Keith


 --
 RSA(R) Conference 2012
 Save $700 by Nov 18
 Register now
 http://p.sf.net/sfu/rsa-sfdev2dev1
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


Absolutly not...
Better is to add :
ppa:ricotz
ppa:gnome3-team

Yesterday I compiled gambas3 in the next 12.4 (which is even not alpha) 
and everything is working fine.
But I don't recommand you to do it if you are in production !!

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Install Gambas 3

2011-11-12 Thread Charlie Reinl
Am Freitag, den 11.11.2011, 22:38 -0500 schrieb Keith Clark:
 I'm going to install Gambas 3 on my Ubuntu 11.10 computer and was 
 wondering if I should remove the already installed Gambas 2.2 first?
 
Salut Keith,

no problem to install, update and use the two versions on one box (I run
also gambas1 on mine)
-- 
Amicalement
Charlie


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Install Gambas 3

2011-11-11 Thread Keith Clark
I'm going to install Gambas 3 on my Ubuntu 11.10 computer and was 
wondering if I should remove the already installed Gambas 2.2 first?

Thanks,

Keith


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Install Gambas 3

2009-12-20 Thread Jesus Guardon
craf escribió:
 Hello. 
 
 I installed the version 2.18.0  Gambas, through compilation. Now, I try
 Gambas3, but will remain installed in another location. 
 
 To install Gambas on my computer I always do: 
 
 sudo. / configure-C 
 sudo make 
 sudo make install. 
 
 I read the installation page that you use - prefix, but no where to
 include it.
 
 Regards

Gambas2 and Gambas3 are independent, they both can coexist without problems.

To install gambas you might not use sudo, but only for 'make install'
command:

./configure -C
make
sudo make install

Hope this helps.

Regards,
Jesus

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Install Gambas 3

2009-12-20 Thread craf
Ok. Thanks for your answer.
-Mensaje original-
De: Jesus Guardon jguar...@telefonica.net
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: mailing list for gambas users gambas-user@lists.sourceforge.net
Asunto: Re: [Gambas-user] Install Gambas 3
Fecha: Sun, 20 Dec 2009 18:57:32 +0100


craf escribió:
 Hello. 
 
 I installed the version 2.18.0  Gambas, through compilation. Now, I try
 Gambas3, but will remain installed in another location. 
 
 To install Gambas on my computer I always do: 
 
 sudo. / configure-C 
 sudo make 
 sudo make install. 
 
 I read the installation page that you use - prefix, but no where to
 include it.
 
 Regards

Gambas2 and Gambas3 are independent, they both can coexist without problems.

To install gambas you might not use sudo, but only for 'make install'
command:

./configure -C
make
sudo make install

Hope this helps.

Regards,
Jesus

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user