aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 2 insertions, 10 deletions
diff --git a/README b/README
index 8b8941c..5486669 100644
--- a/README
+++ b/README
@@ -15,17 +15,9 @@ metroidvania.
Currently only compiles on Linux. You may be able to get it to compile on
Windows with some effort.
-To build:
+To build, first compile GLFW.
+Then, run this in the root directory of the project:
$ ./build.sh
It will output an executable called `demonchime'.
-
-== Project structure ==
-
-(May not be completely up-to-date)
-
-- /dc - demonchime
-- /teensy - teensy source code
-- /platform - platform implementations. There is currently X11 and GL, but GL
- is more actively maintained.