From 1c3d43b94ccb8d2bd60df4d7c2d5c3b9963920ac Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 17 Apr 2020 13:43:01 -0400 Subject: fixes --- INSTALL.md | 10 ++++++++++ Makefile | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3