Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #246 from LiskHQ/242-install_bison
Browse files Browse the repository at this point in the history
Install and force link bison on macOS - Closes #242
  • Loading branch information
karmacoma authored Dec 19, 2017
2 parents de46cb3 + 7010ccb commit 03ab504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolchains/install_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ CMDS=("ruby" "curl")
check_cmds CMDS[@]

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
exec_cmd "brew install autoconf automake git libtool md5sha1sum n postgresql wget"
exec_cmd "brew install autoconf automake bison git libtool md5sha1sum n postgresql wget"
exec_cmd "brew link bison --force"
exec_cmd "sudo n v6.12.2"

0 comments on commit 03ab504

Please sign in to comment.