]> jfr.im git - irc/freenode/solanum.git/commitdiff
readme: add building instructions
authorEd Kellett <redacted>
Mon, 9 Nov 2020 21:08:56 +0000 (21:08 +0000)
committerEd Kellett <redacted>
Tue, 10 Nov 2020 00:02:48 +0000 (00:02 +0000)
README.md

index 818caadbe0af084200d8e67bb37074b0366bca56..1904136b145af8638c4c0f2a4992722959b7c917 100644 (file)
--- 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