From 346114b040184258514b94460a6bb89717edd5a2 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 31 Jan 2016 18:36:18 -0500 Subject: [PATCH] Explain why there is an INSTALL.md. --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 02a2aed6b..e0a8cae35 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,10 @@ +The source files are assembled into a rom using [*rgbds*][https://github.com/bentley/rgbds]. +These instructions explain how to set up the tools required to build. + + # Linux -Note that this requires python2.7 for the moment. +Python 2.7 is required. ```bash sudo apt-get install make gcc bison git python python-pip