1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-17 05:29:30 +00:00

Added build instructions to README.md

This commit is contained in:
RevCurtisP 2018-02-03 13:52:36 -05:00 committed by GitHub
parent c7dba5150f
commit 8843e2753d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,7 @@ specific subset of the C standard with some modifications and extensions
See the top-level [documentation](doc/c02.txt) for more information.
## Building the Compiler
In Linux, use gcc and the [Makefile](./Makefile).
In Windows use the [Pelles C IDE](http://www.smorgasbordet.com/pellesc/) and the file [./C02.ppj](c02.ppj).