~ubuntu-branches/ubuntu/maverick/gpsdrive/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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