summaryrefslogtreecommitdiffstats
path: root/games/ufoai/README
diff options
context:
space:
mode:
author B. Watson2015-11-26 10:12:18 +0100
committer Willy Sudiarto Raharjo2015-11-28 01:26:17 +0100
commit75995e13c9415d3579091ebe66968b6ac62ea74f (patch)
tree1a621214577a86fafc58b00277fd3d803b86010c /games/ufoai/README
parent18f50f202e9ef211b268638336629ba3504b37a9 (diff)
downloadslackbuilds-75995e13c9415d3579091ebe66968b6ac62ea74f.tar.gz
games/ufoai: Fix compile issue.
Diffstat (limited to 'games/ufoai/README')
-rw-r--r--games/ufoai/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/ufoai/README b/games/ufoai/README
index 9ce95441cf..192f4d18fc 100644
--- a/games/ufoai/README
+++ b/games/ufoai/README
@@ -16,3 +16,6 @@ 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 SDL1. If you'd prefer SDL2, install
+SDL2 and SDL2_ttf, then run this script with SDL2=yes in the environment.