add some notes on building to README

FossilOrigin-Name: e81fd704ed86a29f42b44b2ede77f76cebdf3f5a4febf86a7816d7bdfede6d41
This commit is contained in:
crc 2018-10-08 17:29:51 +00:00
parent 8f33021dff
commit 91d1d79413

View file

@ -14,7 +14,7 @@ Features:
## Quick Start ## Quick Start
For FreeBSD, NetBSD, macOS, Linux: For most systems (FreeBSD, NetBSD, macOS, Linux):
make make
@ -24,6 +24,15 @@ doing:
make -kis 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 ## Executables
Binaries will be placed in the `bin` directory. Binaries will be placed in the `bin` directory.