diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2019-09-06 17:40:27 +0300 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-09-09 17:19:53 +0200 |
commit | 7f402e91f34c5807b525182cb8c469bf542d3ce7 (patch) | |
tree | 4ea71ad237300a0b2a85b25b36cb2e937834b1a5 | |
parent | 920398c1d45a1bbd026ab373d92b96ff5da17271 (diff) |
README: Add note about autogen.sh
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ To install do the usual: $ make $ make install +If you are building from git then you will have to run `./autogen.sh` first. + If you want to install to your home directory, you should instead do: $ ./configure --prefix=$HOME/.local |