Improving documentation

This commit is contained in:
Jeremiah Orians 2017-05-27 20:12:36 -04:00
parent cd9ea7365d
commit 9c9b810c89
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
2 changed files with 6 additions and 0 deletions

View File

@ -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

5
README
View File

@ -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)