diff options
-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: |