blob: fe0b6aa2897021ecb0e532893ec36cab93c22867 (
plain)
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
|
Contents
--------
1. Compiling the CVS version
2. Compiling a release tarball
3. Installing a finished build
4. Starting the application
1. Compiling the CVS version
----------------------------
cd tdegames && make -f Makefile.cvs && ./configure && cd atlantik && make
2. Compiling a release tarball
------------------------------
cd atlantik-x.y.z && ./configure && make
3. Installing a finished build
------------------------------
As root;
make install
4. Starting the application
---------------------------
Click on K->Games->Board->Atlantik or run atlantik from konsole or minicli.
Please note that Atlantik is only a client! You will need to connect to a
monopd server on the Internet or run one locally! See the README file for
more details on the Atlantik/monopd client/server concept.
|