Update installation instructions for OS X.

pull/82/head
Todd Persen 2013-11-21 17:23:08 -05:00
parent cbe43d73b2
commit 8bdd5cc6b7
1 changed files with 13 additions and 3 deletions

View File

@ -21,15 +21,25 @@ You don't need to build the project to use it. Pre-built [binaries and instructi
### Mac OS X
- Install the build dependencies of the project:
#### Installing via Homebrew
InfluxDB has an officially supported recipe included in Homebrew. To use it, just run:
``` shell
brew install influxdb
```
#### Building from source
First, install the build dependencies of the project (via Homebrew):
``` shell
brew install protobuf bison flex leveldb go hg bzr
```
- Run `./test.sh`. This will build the server and run the tests.
Then run `./test.sh`. This will build the server and run the tests.
Note: If you are on Mac OS X Mavericks, you might want to try to install go using `brew install go --devel`
_Note: If you are on Mac OS X Mavericks, you might want to try to install go using_ `brew install go --devel`
### Linux