qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 6cd97975738db196ff86ae3b9c98a961177818c3
parent 4ac7d770d6f064cd49c336c6e88c068a1d1f10c6
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Tue, 10 May 2022 12:01:39 +0200

add installation notes

Diffstat:
MREADME | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -10,8 +10,11 @@ rv64/ Architecture-specific code. The LICENSE file applies to all files distributed. -- Compilation +- Compilation and Installation 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'. +'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.