summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:57:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:57:39 +1300
commit969b0892394190b008f578750c9a09bd47d18c33 (patch)
tree832ab93e34eb9ff9928ba31b80900eb0e1679a35
parentQuote PREFIX (diff)
downloadayylmao-969b0892394190b008f578750c9a09bd47d18c33.tar.gz
ayylmao-969b0892394190b008f578750c9a09bd47d18c33.zip
Add INSTALL instructions
-rw-r--r--INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..31f3788
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,15 @@
+The usual:
+
+ $ make
+ $ make install
+
+For the default dynamic version, you may need to add the location of libayylmao
+to your LD_LIBRARY_PATH:
+
+ $ LD_LIBRARY_PATH=$HOME/.local/lib ayylmao
+
+Alternatively, you can use a static build:
+
+ $ make install-static
+ $ ayylmao
+