From a017eeffd56802f680416027fb150dd93ad4ab6f Mon Sep 17 00:00:00 2001 From: Tangles Date: Sat, 22 Feb 2020 00:05:55 +1100 Subject: [PATCH] Added quick-start install guide in INSTALL --- INSTALL | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 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 + -- 2.47.3