From 5beae5b135265d5230f574325623cb787069a51e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 22 Mar 2017 16:26:26 -0500 Subject: [PATCH] Update README, including how to set things up using guix.scm --- README.org | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 42154c1..610b7a4 100644 --- a/README.org +++ b/README.org @@ -9,22 +9,23 @@ we're getting ahead of ourselves. ** Installing Mudsync -First of all, you need 8sync from git master (or 8sync 0.2.0, which -isn't out yet). Yikes! That's pretty new. Luckily, you can get a -tarball here: +First of all, you need 8sync (currently 0.4.2, or git master) and +Guile 2.2. Install those. - http://dustycloud.org/misc/8sync-0.2.0-pre.tar.gz +... Or, if you have Guix, you can set up a "guix environment" which +should have everything you need all set to go: -Do the usual "./configure && make && sudo make install" there. + guix environment -l guix.scm # optionally add --pure Next, in mudsync's directory: - source pre-install-env + source pre-inst-env guile -l worlds/bricabrac.scm -e run-game -You can then connect: +You can then connect in your browser: + + http://localhost:8888 - telnet 127.0.0.1 8889 ** Playing -- 2.31.1