diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-17 13:43:01 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-17 13:43:01 -0400 |
commit | 1c3d43b94ccb8d2bd60df4d7c2d5c3b9963920ac (patch) | |
tree | 529fbd785f405b566fdce5ed252df9abe2670c09 | |
parent | ec1f149fc83c2e6554f414279bd224fb3b479ada (diff) |
fixes
-rw-r--r-- | INSTALL.md | 10 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 10 insertions, 1 deletions
@@ -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 @@ -81,7 +81,6 @@ endif ######################### Targets ########################### all: $(ROM) - $(info Test) @$(SHA1SUM) -c $(TARGET).sha1 clean: |