# HG changeset patch # User Wuzzy # Date 1570684025 -3600 # Node ID 869c787e818de83ba189efc2d730b026ed0f6a6a # Parent 789721f40796b556aa362eba743652d3ac628dc4 BuildingForAndroid: remove link diff -r 789721f40796 -r 869c787e818d BuildingForAndroid.wiki --- a/BuildingForAndroid.wiki Thu Oct 10 06:06:20 2019 +0100 +++ b/BuildingForAndroid.wiki Thu Oct 10 06:07:05 2019 +0100 @@ -60,7 +60,7 @@ ==!FreePascal == -We need to download the sources from the FreePascal website and compile the crosscompiler. I have grabbed the latest stable release 2.4.4, though any version will work. Because of a bug in the latest fpc sources I recommend you download the p-tools repository/tar. Follow this link http://sourceforge.net/projects/p-tools/ and find the directory fpc4android in their source repository. Download a tarball and extract it to a new directory, which will be called `` from now on. Once downloaded, extract the tar/zip and place the files in a known directory. I will refer to the directory with `` from now on. Next navigate to the `` directory and compile it, for this various tools are needed, ‘make’ for instance. But also a fpc compiler for your system. Some apt-get/aptitude magic will solve these problems, make a comment if you run in to problems. Use this to compile the crosscompiler: +We need to download the sources from the !FreePascal website and compile the crosscompiler. I have grabbed the latest stable release 2.4.4, though any version will work. Because of a bug in the latest fpc sources I recommend you download the p-tools repository/tar. Follow this link http://sourceforge.net/projects/p-tools/ and find the directory fpc4android in their source repository. Download a tarball and extract it to a new directory, which will be called `` from now on. Once downloaded, extract the tar/zip and place the files in a known directory. I will refer to the directory with `` from now on. Next navigate to the `` directory and compile it, for this various tools are needed, ‘make’ for instance. But also a fpc compiler for your system. Some apt-get/aptitude magic will solve these problems, make a comment if you run in to problems. Use this to compile the crosscompiler: {{{ make crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin OPT=-dFPC_ARMEL BINUTILSPREFIX=arm-linux-androideabi- INSTALL_PREFIX=/fpc_install