blob: 167e355ed7e46ccaec4dc6830c5dfd6079715e53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
Start Mapyrus from a terminal window with a command like:
java -classpath %%DATADIR%%/%%MAPYRUSJAR%% org.mapyrus.Mapyrus myfile.mapyrus
(If a real X-Windows display is not available, use the
-Djava.awt.headless=true startup variable).
or simply:
mapyrus myfile.mapyrus
EOM
}
]
|