You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jjarava
changed the title
Improve support for OSX/macOS -> Update Makefile so that make install works
Improve support for OSX/macOS -> Update Makefile so that sudp make install works
Jan 12, 2019
jjarava
changed the title
Improve support for OSX/macOS -> Update Makefile so that sudp make install works
Improve support for OSX/macOS -> Update Makefile so that sudo make install works
Jan 12, 2019
Hi!
I've complied the software on macOS (High Sierra) without issues, but
make install
doesn't work:the proper "group" would be
wheel
as there's no "root" group in macOSSo the command that the makefile needs to run in macOS is:
install -m 755 -s -o root -g wheel bchunk /usr/local/bin
The text was updated successfully, but these errors were encountered: