Libboost1.59をインストールするにはどうすればよいですか?
それをインストールするために多くの方法を試しましたが、Ubuntu 16.04のバージョン1.58をバージョン1.59に更新できません。
StackOverflowで this と this を試しました。 linuxfromscratch.orgでthis と このブログ投稿
誰が効果的な方法を教えてくれますか?
最新のgo here を取得するには:
tar -xf boost_1_62_0.tar.gz
で抽出しますcd boost_1_62_0
必要なライブラリを取得します。
Sudo apt-get update && Sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev
./bootstrap.sh --prefix=/usr/local
でビルド
Sudo ./b2 install
でインストールUbuntuの現在のバージョンを取得することもできます here