]> skyeroc.xyz Git - dgamelaunch/commitdiff
Some more information on running it on Solaris.
authorJilles Tjoelker <jilles@stack.nl>
Sat, 17 Jan 2004 01:05:00 +0000 (01:05 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Sat, 17 Jan 2004 01:05:00 +0000 (01:05 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@127 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

README

diff --git a/README b/README
index 559f70850103aaacee9da834d59b51d15222cccb..1569e8c9cb3ce3095e08ba058386a6e83fe3f8c4 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,10 @@ account and start playing any game which suits your fancy - currently, though,
 it only supports NetHack (see http://www.nethack.org).
 
 It requires the ncurses library and development headers to build and should
-compile without issue on Linux, Solaris, System V, FreeBSD 4 and 5.
+compile without issue on Linux, Solaris, FreeBSD 4 and 5. On Solaris you need
+to remove the USE_OPENPTY and NOSTREAMS definitions in dgamelaunch.h, remove
+-lutil from LIBS in the Makefile, and probably add something to make sure
+ncurses can be found (e.g. LD_RUN_PATH, -R, LD_LIBRARY_PATH).
 (Whether it _runs_ on all of these platforms is a different issue. We'd
 like to hear about it.)
 
@@ -24,6 +27,8 @@ viewable by editing the script; to customize the installation, look at
 dgl-create-chroot.conf.example (also in the source directory) and edit it to
 suit your needs, and save it into the same directory as dgl-create-chroot as
 dgl-create-chroot.conf. It's very likely you need to run the script as root.
+The script will not work with the very limited System V /bin/sh, such found on
+Solaris; start it with ksh instead.
 
 If you decide to not use dgl-create-chroot, you're on your own and we assume
 you have enough clue to figure out exactly what's needed for the chroot to