Skip to content
Gaute Hope edited this page Mar 17, 2019 · 4 revisions

To install using Homebrew, see https://github.com/astroidmail/homebrew-astroid.

Development

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
Clone this wiki locally