From 89b852047f5f2df4e3fe87ba33a55f9778b61af3 Mon Sep 17 00:00:00 2001 From: scarab Date: Fri, 25 Jul 2008 12:19:39 +0000 Subject: - uprava readme kvuli binarce git-svn-id: http://opensvn.csie.org/tuxanci_ng@170 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- README | 10 +++++++--- config.h | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index 7c4b49a..b203e16 100644 --- a/README +++ b/README @@ -53,7 +53,7 @@ HOWTO COMPILE (g)libc, SDL, SDL_image, SDL_ttf, optionally SDL_mixer And some applications: - cmake version 2.4.8 and above + cmake version 2.4.6 and above Now we have two options what we can do: (all commands are supposed to be written in tuxanci sources directory) @@ -98,14 +98,18 @@ HOWTO COMPILE GAME USAGE ========== - Starting game is simple tuxanci-ng or tuxanci-ng-server based on what we + Starting game is simple tuxanci or tuxanci-server based on what we compiled (based on presumption user installed into directories where path is set). + + If we are using bundled binary and tuxanci are reporting "File not found!" + error, you need to launch it directly from BIN directory + (eg.: "$ cd tuxanci/bin && ./tuxanci"). For client we create some configuration files in $HOME. There is created ".tuxanci-ng" directory and in there are pretty explaining .conf files. - For server we create directory /etc/tuxanci_ng/server.conf where you could + For server we create directory /etc/tuxanci/server.conf where you could do some changes for it (again pretty selfexplaining). Controls diff --git a/config.h b/config.h index d329d4b..7324c6e 100644 --- a/config.h +++ b/config.h @@ -1 +1 @@ -#define TUXANCI_NG_VERSION "svn169" +#define TUXANCI_NG_VERSION "svn170" -- cgit v1.2.3