commit b7debc4e7f5d50a89214421a704864a30a291cdc parent 43967b6306aa18903b3ba2b00e701facaf306840 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Tue, 19 Apr 2016 21:34:52 -0400 add compilation instructions Diffstat:
| M | README | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -6,3 +6,9 @@ tools/ Miscellaneous tools (testing). test/ Unit tests. The LICENSE file applies to all files distributed. + +- Compilation + +Invoke GNU make in this directory to create the executable +file obj/qbe. On some systems (BSD) you might have to use +'gmake' instead of 'make'.