libqbe/README

17 lines
497 B
Text
Raw Permalink Normal View History

2016-03-28 12:53:53 -04:00
QBE - Backend Compiler http://c9x.me/compile/
I did not create QBE, I simply turned it into a C library.
2017-04-08 21:31:59 -04:00
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 make in this directory to create the executable
file qbe. Install using 'make install', the standard
DESTDIR and PREFIX environment variables are supported.
Alternatively, you may simply copy the libqbe.a and libqbe.h files manually.