From f54af87473c5f4edafc54518b86135f7b3b424b6 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 11 Jul 2016 04:43:03 +0000 Subject: add section about installing guile. * README.org (the script): state guile is a per-requisite. * docs/install-guile.org: new file. * docs/Makefile (install_guile_dir, install_guile_out): new targets. --- docs/install-guile.org | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/install-guile.org (limited to 'docs/install-guile.org') diff --git a/docs/install-guile.org b/docs/install-guile.org new file mode 100644 index 0000000..96ddab7 --- /dev/null +++ b/docs/install-guile.org @@ -0,0 +1,25 @@ +* install guile + +on gnu guix, do: + +#+BEGIN_SRC bash +guix package -i guile +#+END_SRC + +on debian based systems, do: + +#+BEGIN_SRC bash +apt-get install guile +#+END_SRC + +on arch based systems, do: + +#+BEGIN_SRC bash +pacman -S guile +#+END_SRC + +on os x, install [[http://brew.sh/][homebrew]], then do: + +#+BEGIN_SRC bash +brew install guile +#+END_SRC -- cgit v1.2.3