Updated Build (markdown)

Justin Torre 2020-01-09 13:22:07 -05:00
parent a6711db275
commit b111c7ab11

@ -24,6 +24,14 @@ cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/path/to/clan
cmake --build Release
```
For mac users with brew
```
brew info llvm
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/local/Cellar/llvm/<Your Version>/lib/cmake
cmake --build Release
```
[source](https://github.com/EOSIO/eos/issues/43)
Ubuntu 18.04 prebuilt binaries are actually suitable for many non-Ubuntu distributions.
You may replace the last two **cmake** commands with: