aboutsummaryrefslogtreecommitdiff
path: root/games/ufoai/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-10-17 17:10:53 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-29 17:07:15 +0700
commit5eb6ce46c5980e63f9888af21be1abe18714d75e (patch)
tree1aae1285f24c6b5ccda68a88344011c84e545c52 /games/ufoai/README
parent7ad090fd48be0c12e4ea59a4e92c1f6f13286a0d (diff)
downloadslackbuilds-5eb6ce46c5980e63f9888af21be1abe18714d75e.tar.xz
games/ufoai: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ufoai/README')
-rw-r--r--games/ufoai/README24
1 files changed, 15 insertions, 9 deletions
diff --git a/games/ufoai/README b/games/ufoai/README
index 192f4d18fc8e..59e931a6b9f6 100644
--- a/games/ufoai/README
+++ b/games/ufoai/README
@@ -1,4 +1,4 @@
-UFO: Alien Invasion
+ufoai (UFO: Alien Invasion)
This is a squad based tactical strategy game, heavily inspired by the
X-COM PC games, but with twist. Old veterans will appreciate how the
@@ -9,13 +9,19 @@ is not a remake or a sequel.
It runs on a modified Quake 2 game engine.
-If you want to try out the game editor (uforadiant), install gtksourceview
-before running this build.
+If you're going to install the package on a host whose CPU lacks
+streaming SIMD extensions, set SSE=no in the script's environment. To
+find out whether SSE is supported, try "grep sse /proc/cpuinfo". If
+you get no output, you don't have SSE.
-If you're going to install the package on a host whose CPU lacks streaming
-SIMD extensions, set SSE=no in the script's environment. To find out
-whether SSE is supported, try "grep sse /proc/cpuinfo". If you get no
-output, you don't have SSE.
+By default, ufoai is built with SDL2. If you'd prefer SDL1, run this
+script with SDL2=no in the environment.
-By default, ufoai is built with SDL1. If you'd prefer SDL2, install
-SDL2 and SDL2_ttf, then run this script with SDL2=yes in the environment.
+Optional *broken* stuff: The map editor for UFO:AI is called
+uforadiant. It's disabled by default because it's broken: it
+segfaults on startup on Slackware-current (October 2021) and the
+SlackBuild maintainer hasn't figured out why, yet. If you want
+to try uforadiant, install the optional dependencies gtkglext and
+gtksourceview, then build with RADIANT=yes in the environment. If you
+try this and uforadiant *doesn't* segfault for you, *please* contact
+the maintainer!