From 969b0892394190b008f578750c9a09bd47d18c33 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 22 Mar 2016 19:57:39 +1300 Subject: Add INSTALL instructions --- INSTALL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 INSTALL 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 + -- cgit v1.2.3