mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
Update INSTALLATION.md
This commit is contained in:
parent
e3938d53c7
commit
5726b52013
1 changed files with 8 additions and 1 deletions
|
@ -104,11 +104,18 @@ port install readline
|
|||
port install ncurses
|
||||
```
|
||||
|
||||
Build and install:
|
||||
Build and install (if using Homebrew):
|
||||
```bash
|
||||
autoreconf -fvi
|
||||
./configure CFLAGS=-I$(brew --prefix)/opt/readline/include LDFLAGS=-L$(brew --prefix)/opt/readline/lib
|
||||
make
|
||||
```
|
||||
|
||||
Alternative if using MacPorts:
|
||||
```bash
|
||||
autoreconf -fvi
|
||||
./configure CFLAGS=-I/opt/local/include/ LDFLAGS=-L/opt/local/lib
|
||||
make
|
||||
```
|
||||
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation).
|
||||
|
|
Loading…
Reference in a new issue