add some notes on building to README
FossilOrigin-Name: e81fd704ed86a29f42b44b2ede77f76cebdf3f5a4febf86a7816d7bdfede6d41
This commit is contained in:
parent
8f33021dff
commit
91d1d79413
1 changed files with 10 additions and 1 deletions
11
README.md
11
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.
|
||||
|
|
Loading…
Reference in a new issue