aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--manifest.scm6
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..d4fe55a 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,8 @@
+# Highnoon Archive
+Code of my first software project at two different points in time
+
+## Dependencies
+- SDL2
+- SDL2 image
+- SDL2 mixer
+- SDL2 ttf
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..3e78f12
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,6 @@
+(specifications->manifest
+ (list "gcc-toolchain"
+ "sdl2"
+ "sdl2-image"
+ "sdl2-mixer"
+ "sdl2-ttf"))