forked from RepoMirrors/bemenu
Install needs gnu install
This commit is contained in:
parent
ac9790b059
commit
c195617f6e
@ -40,14 +40,16 @@ make doxygen
|
|||||||
## OSX
|
## OSX
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Make sure you have GNU Make and pkg-config installed
|
# Make sure you have GNU coreutils, GNU Make and pkg-config installed
|
||||||
brew install make pkg-config
|
brew install coreutils make pkg-config
|
||||||
|
|
||||||
# You may need to setup your pkg-config to point to brew version of the libraries
|
# 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:
|
# For example to build curses renderer, you'd do:
|
||||||
PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig" gmake curses
|
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
|
# 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
|
## Environment variables
|
||||||
|
Loading…
Reference in New Issue
Block a user