diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ string arrays (`static char *[]`): You may also want to customize your environment or `config.mk` with the appropriate `CC`, `CFLAGS` and `LDFLAGS`. +If you don't have QBE installed, you can build it from the included +submodule (NOTE: BSD users will need to use gmake here), then add it to +your PATH so that the driver will be able to run it. + + make qbe + PATH=$PWD/qbe/obj:$PATH + Once this is done, you can build with make |