[Gambas-user] Scripter as a component

Benoît Minisini g4mba5 at gmail.com
Tue Mar 23 03:55:27 CET 2021


Le 23/03/2021 à 01:55, Brian G a écrit :
> Ok, how does one go about doing the first, create gb.scripter and create 
> a link in /usr/bin for gbs3 and gbw3?
> 
> What has to be changed
> 
> --
> Thanks
> Brian
> 

1) Move the '<source>/app/src/gbs3' directory to '<source>/comp/src'

2) Rename the 'gbs3' directory as 'gb.scripter'.

3) Add the string 'gb.scripter' at the end of the 
'<source>/comp/src/order' file. You must put a space between the 
component names.

I don't think it's a good idea that 'gb.scripter' behaves like 'gbs3' or 
'gbw3' if executed, because normally you run a component project for 
testing only.

So I strongly suggest making a minimal 'gbs3' project in 
'<source>/app/src' that uses the 'gb.scripter' component.

Moreover, that way, no need to change anything in the existing 
'Makefile.am' file: the symbolic links will still be made correctly.

Regards,

-- 
Benoît Minisini


More information about the User mailing list