summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md10
-rw-r--r--Makefile1
2 files changed, 10 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 05073d81..482e2232 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,6 +8,16 @@ The build system requires the use of the Metrowerk C Compiler 2.0/base to compil
In the future, a GCC option will be available so MWCC is not required to build, however it is required for a matching ROM.
+#### 3. Dependencies
+
+Building the ROM requires the following packages:
+
+* make
+* git
+* build-essentials
+* libssl-dev
+* binutils-arm-linux-gnueabi
+
#### 3. Build ROM
Run `make` to build the ROM. \ No newline at end of file
diff --git a/Makefile b/Makefile
index 06087477..cd726fe7 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,6 @@ endif
######################### Targets ###########################
all: $(ROM)
- $(info Test)
@$(SHA1SUM) -c $(TARGET).sha1
clean: