Talk:MacOS: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (fix header)
m (fix formatting)
 
Line 2: Line 2:
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
* apple command line tools (maybe even XCode) must be installed
- xcode-select --install
** xcode-select --install
- you will need brew to install the rest of these dependencies
* you will need brew to install the rest of these dependencies
-
*
- brew install ncurses
* brew install ncurses
- brew link ncurses # might require a --force
* brew link ncurses # might require a --force

Latest revision as of 22:36, 28 July 2017

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