Talk:MacOS: Difference between revisions

From Multi Theft Auto: Wiki
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)
= 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
* 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