Talk:MacOS

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

wip server tut - 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

  • 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