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