From 273c77383226dcce24a2f5af461cb4afb7244f9f Mon Sep 17 00:00:00 2001 From: Jochem Raat Date: Wed, 5 Aug 2015 19:54:12 +0200 Subject: Update INSTALL.org Add the Gnu Scientific Library (GSL) to the dependencies and update the git clone command for sly itself to the new address of the repository (https://git.dthompson.us/sly.git), since gitorious is down. --- INSTALL.org | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/INSTALL.org b/INSTALL.org index caf276c..bd8ea7f 100644 --- a/INSTALL.org +++ b/INSTALL.org @@ -18,13 +18,23 @@ This assumes that the version of Debian you are running has Guile 2.0.11. + Check the versions available to you with =sudo apt-cache show guile-2.0-dev=. + *Gentoo* #+BEGIN_SRC sh sudo emerge ">=dev-scheme/guile-2.0.11" #+END_SRC - Check the versions available to you with =sudo apt-cache show guile-2.0-dev=. +*** GSL + + The GNU Scientific Library (GSL) is a numerical library for C and C++. + + *Debian* + + #+BEGIN_SRC sh + sudo apt-get install libgsl0-dev + #+END_SRC *** SDL @@ -103,7 +113,7 @@ *GNU/Linux* #+BEGIN_SRC sh - git clone https://gitorious.org/sly/sly.git + git clone https://git.dthompson.us/sly.git cd sly/ ./autogen.sh ./configure --prefix=/usr -- cgit v1.2.3