Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 603 Bytes

BUILDING_Macos.md

File metadata and controls

16 lines (11 loc) · 603 Bytes

MacOs X

  • You can also see ccpp.yml file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.

  • Prerequirements:

    • install xcode 6.1 or above and command line version
    • install homebrew for mac
      ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      brew doctor

See Building with Linux for more information about available compilation options.

Previous (Building)