From d893f4ace0b3a207f60ccaf1c447dba9c9c06348 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 6 Aug 2014 22:01:00 +0100 Subject: [PATCH] Updated README, added libtool dependency and note about --prefix --- README.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.markdown b/README.markdown index 612fea7..948298f 100644 --- a/README.markdown +++ b/README.markdown @@ -32,6 +32,15 @@ The `examples` directory contains some examples of how to use the library; these may be helpful in addition to the API documentation +To install on your system, as root (or using sudo): + + make install + +Note, the default install path is `/usr/local/`, to specify +another path use the `--prefix` option during configure, e.g.: + + ./configure --prefix=/usr + ## Requirements libstrophe requires: @@ -40,6 +49,7 @@ libstrophe requires: switch - libresolv on UNIX systems - make sure you include -lresolv if you are compiling by hand. +- libtool In addition, if you wish to run the unit tests, you will need the check package.