Created
November 19, 2018 23:01
-
-
Save ChrisCates/fa3c2bdc947bc2020e17abaf86ae0fe2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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