From: Tangles Date: Fri, 21 Feb 2020 13:05:55 +0000 (+1100) Subject: Added quick-start install guide in INSTALL X-Git-Tag: v1.6.1-roc-dev~22 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=a017eeffd56802f680416027fb150dd93ad4ab6f;p=dgamelaunch Added quick-start install guide in INSTALL --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..4d7af4c --- /dev/null +++ b/INSTALL @@ -0,0 +1,23 @@ +QUICK START INSTALL ON LINUX +============================ + +This is known to work on Ubuntu 16.04 and 18.04, but should work elsewhere with +minimal change. + + +To build: + + ./autogen.sh --with-config-file=/opt/nethack/dgamelaunch.conf --enable-shmem --enable-sqlite + make + + +To install (fresh install): + + sudo ./dgl-create-chroot + + +To update (install new version to an existing chroot): + + # Edit top section of install-to-chroot.sh with local config. + sudo ./install-to-chroot.sh +