「インストール - Boost」の版間の差分

ナビゲーションに移動 検索に移動
18行目: 18行目:
  ./bootstrap.sh --prefix=<Boostのインストールディレクトリ>
  ./bootstrap.sh --prefix=<Boostのインストールディレクトリ>
   
   
  ./b2 headers --build-dir=./build \ # ビルドディレクトリを指定
  ./b2 headers \
               --layout=versioned  \ #
              --build-dir=./build \
               --layout=versioned  \  
               install
               install
  # または
  # または
  ./b2 --build-dir=./build --layout=versioned --toolset=gcc --build-type=complete install
  ./b2 \
      --build-dir=./build \
      --layout=versioned \
      --toolset=gcc       \
      --build-type=complete \
      install
<br>
<br>
ビルド時のオプションを、以下に示す。<br>
ビルド時のオプションを、以下に示す。<br>

案内メニュー