From 75fd7ead8d1cf9c502e218b6bf94a86331505aee Mon Sep 17 00:00:00 2001 From: Ed Kellett Date: Mon, 9 Nov 2020 21:08:56 +0000 Subject: [PATCH] readme: add building instructions --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 818caadb..1904136b 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,17 @@ These are known issues and workarounds for supported platforms. * **Solaris**: you may have to set your PATH to include /usr/gnu/bin and /usr/gnu/sbin before /usr/bin and /usr/sbin. Solaris's default tools don't seem to play nicely with the configure script. -# building from git +# building -We no longer supply a prebuilt configure script in git, due to use of automake and libtool causing problems. -You will need to run `autogen.sh` to build the autotools files prior to building solanum. +```bash +./autogen.sh +./configure --prefix=/path/to/installation +make +make check # run tests +make install +``` + +See `./configure --help` for build options. # feature specific requirements