Skip to content

Commit

Permalink
Merge pull request #27 from fluent/osx_install_note
Browse files Browse the repository at this point in the history
Getting started: add a line about osx installation
  • Loading branch information
edsiper committed Aug 25, 2015
2 parents c135c2f + ee010eb commit e0fc614
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ $ cmake ../
-- Build files have been written to: /home/edsiper/coding/fluent-bit/build
```

For OSX, pass the `-DWITH_IN_MEM=OFF` option as follows

```bash
$ cmake -DWITH_IN_MEM=OFF ../
...
...
```

Now you are ready to start the compilation process through the simple _make_ command:

```bash
Expand Down

0 comments on commit e0fc614

Please sign in to comment.