summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2022-05-10 12:01:39 +0200
committerQuentin Carbonneaux <quentin@c9x.me>2022-05-10 12:02:36 +0200
commit6cd97975738db196ff86ae3b9c98a961177818c3 (patch)
tree506069cd82987a0b7051dba7ef97f31c4c4600c3 /README
parent4ac7d770d6f064cd49c336c6e88c068a1d1f10c6 (diff)
downloadroux-6cd97975738db196ff86ae3b9c98a961177818c3.tar.gz
add installation notes
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 015cf4a..bc8a65e 100644
--- 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.