summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:57:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:57:24 +1300
commit6b934344e97cacf88aced7947669d3c9afecb408 (patch)
tree45e4b0169150cd36768d338901f2bc76cf232aca
parentQuote PREFIX (diff)
downloadlibayylmao-6b934344e97cacf88aced7947669d3c9afecb408.tar.gz
libayylmao-6b934344e97cacf88aced7947669d3c9afecb408.zip
Add INSTALL instructions
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..759f69c
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,10 @@
+The usual:
+
+ $ make
+ $ make install
+
+If for some really bizarre reason you want to add the library to a system path,
+e.g. /usr/local/lib, you can set PREFIX:
+
+ $ sudo make install PREFIX=/usr/local
+