summaryrefslogtreecommitdiff
path: root/INSTALL.cmake
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2012-10-07 13:27:36 +0100
committerChristian Perrier <bubulle@debian.org>2012-10-07 13:27:36 +0100
commit99f5c8bf63a674faf8c507aea7425b935814548a (patch)
treeb3202c295c4bb71ec09e3748d49b43a9fec6b4cd /INSTALL.cmake
gpsdrive (2.10~pre4-6.dfsg-5.2) unstable; urgency=low
* Non-maintainer upload [ Allison Randal ] * Disable optional mapnik libraries, gpsdrive is incompatible with APIs of mapnik version 2.0.0. * debian/patches/107-fix-disable-mapnik.dpatch: Fix known bug with gpsdrive-2.10pre4 when disabling Mapnik library. # imported from the archive
Diffstat (limited to 'INSTALL.cmake')
-rw-r--r--INSTALL.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL.cmake b/INSTALL.cmake
new file mode 100644
index 0000000..9bd01f7
--- /dev/null
+++ b/INSTALL.cmake
@@ -0,0 +1,16 @@
+Installation Instructions for CMake
+====================================
+
+You can go to the build directory in the gpsdrive source tree and run the
+build_make.sh file or build it manually.
+
+This is not the CMake documentation so take a look at http://www.cmake.org/ for
+more details. You need at least version 2.4.3 of CMake.
+
+Short instructions
+-------------------
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr /path/to/gpsdrive/source
+make
+make install
+