[Gambas-bugtracker] Bug #2833: Have IDE reset the package version number when version number chnages

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Nov 21 11:05:54 CET 2023


http://gambaswiki.org/bugtracker/edit?object=BUG.2833&from=L21haW4-

Comment #1 by Gianluigi GRADASCHI:

A simple way is this: You have to download the comit you are interested in by going here: 
https://gitlab.com/gambas/gambas/-/commits/master?ref_type=heads 
the previous one is: 
https://gitlab.com/gambas /gambas/-/tree/9fa3665da496f2334d0b200fa7d830c86015b534 
Check the sha sum 9fa3665da496f2334d0b200fa7d830c86015b534 
If everything is ok you have to issue these commands: 
Move to the current Gambas folder and issue the command: 
sudo make uninstall

cd

rm -rf <old folder>/

unzip the new folder (I recommend renaming it as you usually do)

cd <new folder>

./reconf-all

./configure -C

make

sudo make install

Best wishes




More information about the Bugtracker mailing list