Skip to content

Instantly share code, notes, and snippets.

@ChrisCates
Created November 19, 2018 23:01
Show Gist options
  • Select an option

  • Save ChrisCates/fa3c2bdc947bc2020e17abaf86ae0fe2 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisCates/fa3c2bdc947bc2020e17abaf86ae0fe2 to your computer and use it in GitHub Desktop.
# Install boost and cmake for Mac OS via homebrew
brew install boost
brew install cmake
# Install boost and cmake for Debian
sudo apt-get install libboost-all-dev -y
sudo apt-get install cmake -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment