Bläddra i källkod

Update README

Streetwalrus Einstein 10 år sedan
förälder
incheckning
3ef7690225
1 ändrade filer med 7 tillägg och 3 borttagningar
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -4,7 +4,11 @@ A J-RPG engine for the TI-Nspire. There's still a lot of work before anything wo
 
 ## Compiling
 
-The build system currently depends on [makeheaders](http://www.hwaci.com/sw/mkhdr/),
-Vogtinator's [ConvertImg](https://github.com/Vogtinator/ConvertImg), as well as
-GNU Make and the Ndless toolchain.
+The build system currently depends on Vogtinator's [ConvertImg](https://github.com/Vogtinator/ConvertImg),
+as well as GNU Make and the Ndless toolchain.
+
+We use the [tinystl](https://github.com/mendley/tinystl) library to keep binaries small, so be
+sure to install the headers into your ~/.ndless/include directory.
+
+To compile the project, simply run make (-j friendly).