[Lazarus] Install Lazarus 2.2.4 on Ubuntu 20.04 LTS and other Linux
Bo Berglund
bo.berglund at gmail.com
Thu Feb 9 14:37:10 CET 2023
On Thu, 9 Feb 2023 11:50:25 +0100, John Landmesser via lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git lazarus
>
So I have found that this is a path forward:
FPCTAG=release_3_2_2
FPCVER=3.2.2
LAZTAG=lazarus_2_2_4
LAZVER=2.2.4
...
cd $HOME/devel/fpc
wget
https://gitlab.com/freepascal.org/fpc/source/-/archive/$FPCTAG/source-$FPCTAG.tar.gz
tar -xvf source-$FPCTAG.tar.gz
mv source-$FPCTAG $FPCVER
rm source-$FPCTAG.tar.gz
cd $HOME/devel/lazarus
wget
https://gitlab.com/freepascal.org/lazarus/lazarus/-/archive/$LAZTAG/lazarus-$LAZTAG.tar.gz
tar xvf lazarus-$LAZTAG.tar.gz
mv lazarus-$LAZTAG 2.2.4
rm lazarus-$LAZTAG.tar.gz
This brings over just the sourcefiles for fpc and lazarus into the correct
directories with no extra stuff.
Then the remainder of my install script should work (not yet done though).
--
Bo Berglund
Developer in Sweden
More information about the lazarus
mailing list