summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-06-04 15:52:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-06-04 15:52:17 -0400
commit1da040811d7fa0e52f29fd8de45589983c58397b (patch)
tree93cdad9f9fe695033c6b326a08e8c3e9bc3458b9
parent04d7e8547dedd88b68bfa8229e6f13563a9131c1 (diff)
Add notes about dependencies to README.
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 540a1d0..a880170 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,18 @@ of the dependencies you need to build the game is *easy*. Just run
`guix shell` from the root directory of this repository and you'll be
good to go!
+## Manually installing dependencies
+
+If you really want to go this route, you can. You need:
+
+- [Guile](https://www.gnu.org/software/guile/) 3.0.0+
+- [Guile-OpenGL](https://www.gnu.org/software/guile-opengl/) 0.2.0+
+- [Guile-SDL2](https://dthompson.us/projects/guile-sdl2.html) 0.8.0+
+- [Chickadee](https://dthompson.us/projects/chickadee.html) 0.10.0+
+ (building from Git master branch recommended as of this writing)
+- [Catbird](https://git.dthompson.us/catbird.git/) built from Git main
+ branch as it hasn't been officially released
+
## Building from source
Assuming all the dependencies have been installed on your system, the