summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-08 13:11:42 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-03-08 13:11:42 -0700
commitcb103f0c7c19082ba92c1722989c30cdef35814a (patch)
treeb99f052545c9628e1cfe8538f389db8dad3b480a
parenta6809c1cafa44a34b8fb0fe09a59c4409bf6fe9e (diff)
update installation instructions.
-rwxr-xr-xINSTALL.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7f4b831..8badcb5 100755
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -18,6 +18,8 @@ Set up the repository.
git clone git://github.com/huderlem/pokepinball.git
cd pokepinball
+ git submodule init
+ git submodule update
Place a copy of Pokemon Pinball (U) [C][!].gb (`md5: fbe20570c2e52c937a9395024069ba3c`) in this directory and name it `baserom.gbc`.
@@ -25,7 +27,7 @@ To build `pokepinball.gbc`:
make
-This should take less than one second.
+This will take a few second the first time you build because it needs to process all of the graphics.
To remove all generated files by the build process: