[fpc-pascal] https://sourceforge.net/projects/freepascal/files/Source/3.2.2/ : Missing install.sh

Tomas Hajny XHajT03 at hajny.biz
Wed Jul 7 10:16:59 CEST 2021


On 2021-07-06 22:37, Jean Pierre CASSOU via fpc-pascal wrote:
> https://sourceforge.net/projects/freepascal/files/Source/3.2.2/
> 
> Missing install.sh

This file is included in the fpcbuild package (either zip, or tar.gz), 
in particular in subdirectory "install".

Apart from that - I assume that you already know that the source 
packages are not meant to be installed directly and that you need to 
have a previous FPC binary for the given target (or cross-compile from a 
different platform on which the FPC binary is already installed) in 
order to build the compiler, accompanying tools, run-time library and 
other packages first before installing them (and if you already do this, 
you can use 'make install' rather than install.sh; install.sh is only 
needed for installation of pre-built compiler, etc.).

Tomas


More information about the fpc-pascal mailing list