コマンドラインにてboostをインストール
brew install boost
.bashrcにてg++のオプションに-I/usr/local/include
を追記してboostへのパスを通す
alias gpp='g++ -Wall -O3 -std=c++17 -I/usr/local/include'
コマンドラインにて以下を実行してエイリアスを更新
. ~/.bashrc
Go to list of users who liked
More than 5 years have passed since last update.
コマンドラインにてboostをインストール
brew install boost
.bashrcにてg++のオプションに-I/usr/local/include
を追記してboostへのパスを通す
alias gpp='g++ -Wall -O3 -std=c++17 -I/usr/local/include'
コマンドラインにて以下を実行してエイリアスを更新
. ~/.bashrc
Register as a new user and use Qiita more conveniently
Go to list of users who liked