=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/README,v retrieving revision 1.3 retrieving revision 1.7 diff -u -p -r1.3 -r1.7 --- dgamelaunch-openbsd/README 2021/03/15 14:49:06 1.3 +++ dgamelaunch-openbsd/README 2021/04/02 12:02:10 1.7 @@ -6,8 +6,8 @@ account and start playing any game which suits your fa work with dgamelaunch are for example NetHack (http://www.nethack.org) and Crawl (http://crawl.develz.org). -WARNING: This version of dgamelaunch in intended to run on OpenBSD, leveraging -its capabilities. It is still a work in progress. +This version of dgamelaunch in intended to run on OpenBSD, leveraging +its capabilities. It is expected to run on other Unix-lile Operating Systems. DGAMELAUNCH VERSIONS ==================== @@ -38,30 +38,26 @@ When compiling for OpenBSD, ensure the adecuate enviro export CC=cc export CPATH=/usr/local/include - export LIBRARY_PATH=/usr/local/include + export LIBRARY_PATH=/usr/local/lib export AUTOMAKE_VERSION=1.15 export AUTOCONF_VERSION=2.69 Basically all you have to do is: - ./autogen.sh && make + ./autogen.sh && gmake Some options you might want give to autogen: --with-config-file=/absolute/path/to/dgamelaunch.config --enable-sqlite -WARNING: The current development build has only been tested with the options -above and may lead to unpredictable results if used with a different set of -options. - Dgamelaunch should compile without issue on Linux, Solaris, OpenBSD, FreeBSD 4 and 5. (Whether it _runs_ on all of these platforms is a different issue. We'd like to hear about it.) -dgamelaunch was originally developed by M. Drew Streib but -is now a collaborative project. Copyright and contact information is in the -COPYING file, included with this package. +dgamelaunch was originally developed by M. Drew Streib . This +version is a friendly fork of the one hosted by paxed on github. Copyright and +contact information is in the COPYING file, included with this package. BASIC SETUP INSTRUCTIONS ======================== @@ -254,3 +250,4 @@ ERROR CODES 202 purge_stale_locks(): could not read inprogress-file 203 purge_stale_locks(): could not get inprogress-file contents 300 crypt_newhash(): failed to save password hash to allocated memory + 301 pledge(): failed to leverage OpenBSD's pledge()