Re: [fpc-pascal] Keeping current with FPC Source on gitlab

2021-11-06 Thread Christo Crause via fpc-pascal
On Sat, 6 Nov 2021, 02:09 James Richters via fpc-pascal, < fpc-pascal@lists.freepascal.org> wrote: > Do I need to use the source to re-install FPC every time I want to update > it? If so how is this accomplished? > > Or is there a better way to just update everything when I update the >

Re: [fpc-pascal] Keeping current with FPC Source on gitlab

2021-11-05 Thread Ryan Joseph via fpc-pascal
> On Nov 6, 2021, at 7:09 AM, James Richters via fpc-pascal > wrote: > > Do I need to use the source to re-install FPC every time I want to update it? > If so how is this accomplished? > You need to rebuild the compiler every time it's updated. It can installed to a "trunk" location so

[fpc-pascal] Keeping current with FPC Source on gitlab

2021-11-05 Thread James Richters via fpc-pascal
I'm trying to set things up so I can stay up to date with the latest FPC sources on gitlab. I'm following the instructions found here: https://www.freepascal.org/develop.var - Connect to Source Repository with Git So I have cloned the read only sources, and now I have the FPC directory