From 91d1d794131fd70960d8de269ea537581e351380 Mon Sep 17 00:00:00 2001 From: crc Date: Mon, 8 Oct 2018 17:29:51 +0000 Subject: [PATCH] add some notes on building to README FossilOrigin-Name: e81fd704ed86a29f42b44b2ede77f76cebdf3f5a4febf86a7816d7bdfede6d41 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bca9e2..ceef4e8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Features: ## Quick Start -For FreeBSD, NetBSD, macOS, Linux: +For most systems (FreeBSD, NetBSD, macOS, Linux): make @@ -24,6 +24,15 @@ doing: make -kis +If you are building an an older Linux system and are running +into problems, try using the `build.sh` script: + + sh build.sh + +Or the alternate `Makefile.linux': + + make -f Makefile.linux + ## Executables Binaries will be placed in the `bin` directory.