From 91e7f48a8748996624857bccb894d7f2ebc3ff1c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 26 Jul 2013 19:18:57 -0400 Subject: Adding "Building" and "Running Examples" sections to README. --- README.org | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.org b/README.org index d16fc07..5e0c063 100644 --- a/README.org +++ b/README.org @@ -171,6 +171,33 @@ ** This section needs to be completed. ** +** Building + guile-2d uses the typical GNU build system. First run `autogen.sh` + and then do the usual incantations. + + #+BEGIN_SRC sh + ./autogen.sh + ./configure + make + sudo make install + #+END_SRC + +** Running Examples + To run an example when guile-2d has been installed: + + #+BEGIN_SRC sh + cd examples + guile simple.scm + #+END_SRC + + To run an example using the not-yet-installed files (useful when + developing): + + #+BEGIN_SRC sh + cd examples + guile -L .. simple.scm + #+END_SRC + ** Dependencies - [[https://gitorious.org/guile-figl/guile-figl][guile-figl]] -- cgit v1.2.3