summaryrefslogtreecommitdiff
path: root/INSTALL.org
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-09-04 19:00:49 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-09-04 19:00:49 -0400
commite63971793df84717048335d4516420be21847910 (patch)
tree23510612d20e990b86889a0c4d67fdc498126d22 /INSTALL.org
parent609d47c5939d784969fcd04dee6ee1e7ace9694d (diff)
Add a couple of lines to the installation guide.
Diffstat (limited to 'INSTALL.org')
-rw-r--r--INSTALL.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.org b/INSTALL.org
index 2376d5b..20bff78 100644
--- a/INSTALL.org
+++ b/INSTALL.org
@@ -81,6 +81,8 @@
*Debian*
#+BEGIN_SRC sh
+ git clone https://github.com/davexunit/guile-2d.git
+ cd guile-2d/
./autogen.sh
./configure --prefix=/usr
make