Talk:MacOS: Difference between revisions
Jump to navigation
Jump to search
(add wip server tut) |
m (fix formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
= wip server tut [[User:Qaisjp|- qaisjp]] ([[User talk:Qaisjp|talk]]) 22:34, 28 July 2017 (UTC) = | |||
https://github.com/Homebrew/brew/blob/master/docs/How-to-build-software-outside-Homebrew-with-Homebrew-keg-only-dependencies.md | https://github.com/Homebrew/brew/blob/master/docs/How-to-build-software-outside-Homebrew-with-Homebrew-keg-only-dependencies.md | ||
* apple command line tools (maybe even XCode) must be installed | |||
** xcode-select --install | |||
* you will need brew to install the rest of these dependencies | |||
* | |||
* brew install ncurses | |||
* brew link ncurses # might require a --force |