[Gambas-user] Install Gambas 3

Jesus Guardon jguardon at ...2035...
Sun Dec 20 18:57:32 CET 2009


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




More information about the User mailing list