Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ソースからLXDE の libfmをコンパイルしたいのですが、実行する./autogen.shと次のエラーで失敗します。
./autogen.sh
You need gtk-doc to build this package.
いくつかの実験の後、インストールするパッケージを見つけました。
そうだった:
sudo apt-get install gtk-doc-tools
その後、./autogen.sh正常に実行され、./configureスクリプトが作成されました。sudo apt-get build-dep libfm4また、Vala コンパイラなどの他の依存関係をインストールしたものを実行する必要がありました。
./configure
sudo apt-get build-dep libfm4