libqbe/README

21 lines
621 B
Text
Raw Normal View History

2016-03-28 12:53:53 -04:00
QBE - Backend Compiler http://c9x.me/compile/
doc/ Documentation.
minic/ An example C frontend for QBE.
2016-04-01 16:53:45 -04:00
tools/ Miscellaneous tools (testing).
2017-04-08 21:31:59 -04:00
test/ Tests.
amd64/
2022-03-14 15:29:10 +01:00
arm64/
rv64/ Architecture-specific code.
2016-03-28 12:53:53 -04:00
The LICENSE file applies to all files distributed.
2016-04-19 21:34:52 -04:00
2022-05-10 12:01:39 +02:00
- Compilation and Installation
2016-04-19 21:34:52 -04:00
Invoke GNU make in this directory to create the executable
file obj/qbe. On some systems (BSD) you might have to use
2022-05-10 12:01:39 +02:00
'gmake' instead of 'make'. Install using 'make install',
the standard DESTDIR and PREFIX environment variables are
supported. Alternatively, you may simply copy the obj/qbe
binary manually.