Skip to content

Adding new project sources

Mark Johnson edited this page Mar 8, 2018 · 3 revisions

<-- 'List of Themes'


Adding new project sources:

  • original archiv should be stored in archive
    • sample: a new version of proj4 will soon come out
      • possibly called proj-4.9.0.tar.gz --> store in archive
        • unpack archiv into libjsqlite-spatialite-android/spatialite-android-library/jni
          • run:
            • ./configure --build=x86_64-pc-linux-gnu --host=arm-linux-eabi
              • inside the new directory proj-4.9.0
            • ./configure often creates files needed by the project to compile properly
              • if you recieve a No such file or directory, this can be the cause
            • the project settings are done in the something.mkfile
              • and not with ./configure, so no further parameters are needed
        • make a copy of proj4-4.8.0.mk as proj4-4.9.0.mk
          • check which files have been remove or added
            • adapt as needed, including specfic settings normaly done with ./configure

2014-05-04: Mark Johnson, Berlin Germany


Clone this wiki locally