summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+