File: starting.txt

package info (click to toggle)
mkgmap 0.0.0%2Bsvn4923-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,068 kB
  • sloc: java: 73,955; xml: 1,719; python: 713; sh: 240; makefile: 147; perl: 31
file content (34 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

Getting started
===============

== Install java
To use mkgmap you need to install Java.
Download it from http://www.java.com[java.com]
and install it.

ifdef::linux[]
=== Linux packages
If you are running Linux, then you may prefer to install java from you
systems package manager, instead of from the Java site.

The package has a name like *java-1.7.0-openjdk* on Fedora and similar
distributions; on Ubuntu, Debian and similar it has a name
like *openjdk-7-jre*

endif::linux[]

== Download mkgmap
Download +mkgmap+ from the
http://www.mkgmap.org.uk/download/mkgmap.html[mkgmap download site].

Unzip the file into a folder or directory, the rest of the tutorial
will assume that you are working within that directory.

The main file is called +mkgmap.jar+ which is the main part of the
program itself and the +lib+ folder that contains other parts
of the program.  It is important that the +mkgmap.jar+ and the +lib+
folder stay together: if you move one you must move the other.

There will also be +doc+ folder containing the available documentation,
and an examples folder which can be ignored.