Install needs gnu install

This commit is contained in:
Jari Vetoniemi 2020-02-07 23:43:38 +09:00
parent ac9790b059
commit c195617f6e

View File

@ -40,14 +40,16 @@ make doxygen
## OSX
```sh
# Make sure you have GNU Make and pkg-config installed
brew install make pkg-config
# Make sure you have GNU coreutils, GNU Make and pkg-config installed
brew install coreutils make pkg-config
# You may need to setup your pkg-config to point to brew version of the libraries
# For example to build curses renderer, you'd do:
PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig" gmake curses
# Other than that, follow the normal build steps, but use gmake instead of make
# For installs, you need to have GNU coreutils in the path:
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" gmake install
```
## Environment variables