diff options
Diffstat (limited to 'atlantik/INSTALL')
-rw-r--r-- | atlantik/INSTALL | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/atlantik/INSTALL b/atlantik/INSTALL new file mode 100644 index 00000000..34523708 --- /dev/null +++ b/atlantik/INSTALL @@ -0,0 +1,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 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. |