summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--README8
-rw-r--r--config.h2
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild2
4 files changed, 11 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c599c47..63084e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,6 +50,7 @@ PROJECT ( tuxanci )
# verbose nastaveni vypnout pred release
IF ( Dist )
SET ( CMAKE_INSTALL_PREFIX ${CMAKE_SOURCE_DIR}/dist )
+ SET ( PREFIX \\"../\\" ) # tohle by melo vytvorit binarku s relativni path
ENDIF ( Dist )
IF ( Debug )
SET( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 -Wall -pipe")
diff --git a/README b/README
index e5bd942..1b65b3e 100644
--- a/README
+++ b/README
@@ -75,10 +75,18 @@ HOWTO COMPILE
-----
Option -DNO_AUDIO=1 says we want no audio support for client so change
if you want so.
+
Server and client can be both on same computer they use different
folders.
+
Cleaning data from previous compilation "$ make clean".
+ On Apple use please -DApple=1 variable for cmake.
+
+ If you want another prefix than /usr/local/, you can achieve this by
+ adding -DPREFIX=\\\"/usr/games/\\\" and
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr/games. Change /usr/games/ to path you
+ intend to use.
GAME USAGE
==========
diff --git a/config.h b/config.h
index e3b52ef..393db5e 100644
--- a/config.h
+++ b/config.h
@@ -1 +1 @@
-#define TUXANCI_NG_VERSION "svn114"
+#define TUXANCI_NG_VERSION "svn116"
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild
index 0c4c385..125b72f 100644
--- a/packaging/gentoo/tuxanci-9999.ebuild
+++ b/packaging/gentoo/tuxanci-9999.ebuild
@@ -16,7 +16,7 @@ IUSE="alsa dedicated"
DEPEND="!dedicated? (
>=media-libs/libsdl-1.2.10
- >=media-libs/sdl-ttf-2.0.7
+ >=media-libs/sdl-ttf-2.0.7
>=media-libs/sdl-image-1.2.6-r1
alsa? (
>=media-libs/sdl-mixer-1.2.7