Update README.md to use gcc@8 on OSX
This commit is contained in:
@@ -74,7 +74,7 @@ cd komodo
|
|||||||
#### OSX
|
#### OSX
|
||||||
Ensure you have [brew](https://brew.sh) and the command line tools installed (comes automatically with XCode) and run:
|
Ensure you have [brew](https://brew.sh) and the command line tools installed (comes automatically with XCode) and run:
|
||||||
```shell
|
```shell
|
||||||
brew update && brew install gcc@6
|
brew update && brew install gcc@8
|
||||||
git clone https://github.com/komodoplatform/komodo --branch master --single-branch
|
git clone https://github.com/komodoplatform/komodo --branch master --single-branch
|
||||||
cd komodo
|
cd komodo
|
||||||
./zcutil/fetch-params.sh
|
./zcutil/fetch-params.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user