# HG changeset patch # User richarddeurtje@gmail.com # Date 1312494851 0 # Node ID 230afa501524211d71ca5d77663fc9cb44c3bfcb # Parent cd022c242e50960a56991072ba2ce7a8008675bc Edited wiki page HedgeroidGuide through web user interface. diff -r cd022c242e50 -r 230afa501524 HedgeroidGuide.wiki --- a/HedgeroidGuide.wiki Thu Aug 04 21:52:44 2011 +0000 +++ b/HedgeroidGuide.wiki Thu Aug 04 21:54:11 2011 +0000 @@ -47,7 +47,7 @@ Download and untar it, ill refer to the ndk as `<`NDK`>`. That’s it :) -==FreePascal== +== 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. Once downloaded, extract the tar/zip and place the files in a known directory. I will refer to the directory with `<`fpc`>` from now on. Next navigate to the `<`fpc`>` 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: @@ -96,4 +96,10 @@ On the device/emulator start the application up :) + + + + + + TODO verify that it works on Windows and OS X add dependency list of utilities (ant, fpc compiler for host, make etcetc) \ No newline at end of file