Browse Source

add compilation instructions

Quentin Carbonneaux 9 years ago
parent
commit
b7debc4e7f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README

+ 6 - 0
README

@@ -6,3 +6,9 @@ tools/  Miscellaneous tools (testing).
 test/   Unit tests.
 test/   Unit tests.
 
 
 The LICENSE file applies to all files distributed.
 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'.