From bb02b5d46136f78447e36b1eaad0eea45e807b57 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Mon, 25 Nov 2013 18:05:55 +0100 Subject: [PATCH] add ext libs submodule --- .gitignore | 1 - .gitmodules | 3 +++ README.md | 1 + vtm-ext-libs | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 vtm-ext-libs diff --git a/.gitignore b/.gitignore index 0ad52804..fcbdf964 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ target/ /vtm-gdx-ios/ /vtm-spatialite/ /vtm-spatialite-android/ -/vtm-ext-libs/ /vtm-examples/ /vtm-osmscout/ /vtm-stuff/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..859adaca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vtm-ext-libs"] + path = vtm-ext-libs + url = https://github.com/hjanetzek/vtm-ext-libs.git diff --git a/README.md b/README.md index 1b548e4d..ce06737e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ http://www.opensciencemap.org - Backends for Android, Desktop and HTML5/WebGL (through libgdx and GWT) ### Notes +- checkout required libraries with 'git submodule init && git submodule update' - To set up your own tile server for .vtm tiles see https://github.com/opensciencemap/TileStache/tree/master/TileStache/OSciMap4 - Almost everything is still in early/experimental stage and subject for being rewritten - pull requests welcome :) diff --git a/vtm-ext-libs b/vtm-ext-libs new file mode 160000 index 00000000..9fb9cf2d --- /dev/null +++ b/vtm-ext-libs @@ -0,0 +1 @@ +Subproject commit 9fb9cf2dfe41815843d0eeae23fdebe64cf6431d