You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
810 B
34 lines
810 B
15 years ago
|
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 kdegames && 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.
|