summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-17 13:43:01 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-17 13:43:01 -0400
commit1c3d43b94ccb8d2bd60df4d7c2d5c3b9963920ac (patch)
tree529fbd785f405b566fdce5ed252df9abe2670c09
parentec1f149fc83c2e6554f414279bd224fb3b479ada (diff)
fixes
-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: