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