diff --git a/CHANGELOG.org b/CHANGELOG.org index af19516..276a41f 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -28,6 +28,7 @@ Changed the results of make all to include all of the essential roms Fixed failure to lookup symbols that are identical but are in different lexical scopes Updated Bootstrapping instructions to reflect new checksum and recommendation for most minimal requirements Fixed flaws in existing makefile +Added build instructions to README and listed dependencies ** Removed Purged notes that no longer apply or belong outside of stage0 diff --git a/README b/README index 6a6dc0d..46013ea 100644 --- a/README +++ b/README @@ -30,3 +30,8 @@ in the above stated goal. I'll be adding more code and documentation as I build pieces. ALL code in this REPO is under the GPLv3 or Later. + +In order to build stage0 and all the pieces, one only needs to run make all. +Each individual piece can be built by simply running make $piece with $piece being replaced by the actual part you want to make. + +The only pieces that have any external dependencies are the Web IDE (Python3+CherryPy), libvm (GCC) and vm (GCC+GNU getopt)