From b421d4e7e06f977436b6e6195b95ca44d884e0c0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 2 Jun 2019 20:50:28 -0400 Subject: Add guile-sdl2 manual. --- manuals/guile-sdl2/Getting-the-Source.html | 125 +++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 manuals/guile-sdl2/Getting-the-Source.html (limited to 'manuals/guile-sdl2/Getting-the-Source.html') diff --git a/manuals/guile-sdl2/Getting-the-Source.html b/manuals/guile-sdl2/Getting-the-Source.html new file mode 100644 index 0000000..7f8f4cd --- /dev/null +++ b/manuals/guile-sdl2/Getting-the-Source.html @@ -0,0 +1,125 @@ + + + + + + +Getting the Source (Guile-SDL2) + + + + + + + + + + + + + + + + + + + + +
+

+Next: , Up: Contributing   [Contents][Index]

+
+
+ +

4.1 Getting the Source

+ +

Guile-SDL2 is developed using the Git version control system. The +repository can be cloned with the following command: +

+
+
git clone https://git.dthompson.us/guile-sdl2.git
+
+ +

To build the source code from a Git checkout, run the following: +

+
+
./bootstrap
+./configure
+make
+
+ +

To start a Guile REPL with a pre-configured load path for using +Guile-SDL2, use the pre-inst-env script: +

+
+
./pre-inst-env guile
+
+ + + + + + -- cgit v1.2.3