]> skyeroc.xyz Git - dgamelaunch/commitdiff
Added quick-start install guide in INSTALL
authorTangles <andyrthomson@gmail.com>
Fri, 21 Feb 2020 13:05:55 +0000 (00:05 +1100)
committerTangles <andyrthomson@gmail.com>
Fri, 21 Feb 2020 13:05:55 +0000 (00:05 +1100)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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
+