-
-
Notifications
You must be signed in to change notification settings - Fork 65
Mac OS X
Gaute Hope edited this page Mar 17, 2019
·
4 revisions
To install using Homebrew, see https://github.com/astroidmail/homebrew-astroid.
To build astroid manually install dependecies as defined in the formula above, and use brew sh
to set up the build environment:
$ cd astroid.git
$ brew sh
$ mkdir build
$ cd build
$ cmake -GNinja .. -D.... # mac specific flags (see formula)
$ ninja