Gambas2 Installation-Support | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Finally Gambas has 64bit-support, so I added it to our repository.
It took me the whole day to figure out which would be the best way to add gambas2 to our repository. I decided to choose tag-packages, so everyone can install gambas2 the way he wants.
For testing this I clicked a little example together:
Gambas Testapp
Followed packages should be installed:
for the gui of the app choose gtk or qt-3:
Always at last install the final package:
Tell me if I should change this to a single-package
____________________________________________________________________
Troubelshooting:
Sometimes gambas-IDE won't start, the gambas-apps mostly. For this deinstall all gambas-packages first and reinstall them:
Code | [In neuem Fenster öffnen] | | sudo rm -v /var/lib/upkg/packages/gambas2*.select
sudo upkg-upgrade
sudo upkg-install gambas2 |
|
|
|
|
|
|