web-dev-qa-db-ja.com

Ubuntu 12.04にlibtorrent-rasterbar 0.14.10をインストールする方法

Ubuntu 12.04にlibtorrent-rasterbar 0.14.10をインストールしたいと思います。

これは、VPNの背後でDelugeを使用する際の問題の解決策として提案されています。

古いDeluge PPAを追加しようとしましたが、壊れたパッケージが作成されました。ソースからもインストールしようとしましたが、ターミナルで次のエラーが発生しました。

configure: error: We could not detect the boost libraries (version 1.34 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.

これが私の最初の質問なので、簡単に行ってください。どんなヒントでも事前に感謝します。

1
user141491

すでにlibtorrent-rasterbar6パッケージを試しましたか? Ubuntuリポジトリで利用可能で、Ubuntu 12.04のlibtorrent-rasterbar 0.15.10をパッケージ化します。

Sudo apt-get install libtorrent-rasterbar6

0.14.10以外のバージョンが機能しない理由は何ですか?

1
Eric Carvalho

1.49以下のブーストバージョンをインストールする必要があります。

0
Cas