Ver código fonte

add compilation instructions

Quentin Carbonneaux 9 anos atrás
pai
commit
b7debc4e7f
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      README

+ 6 - 0
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'.