ubuntu 12.04 http://taglib.github.com/でtaglib 1.8の例をコンパイルしようとしています
でディレクトリに例をコピーし、fileref.h
g++でコンパイルしてみました
cp taglib-1.8/examples/tagreader.cpp taglib-1.8/taglib
cd taglib-1.8/taglib/
g++ -o testreader.exe tagreader.cpp
tagreader.cpp:28:21: fatal error: fileref.h: No such file or directory
compilation terminated.
ubuntu で taglib をコンパイルするにはどうすればよいですか?
編集
こんにちはルーカス - 返信ありがとうございます。id3 タグを mp3 ファイルに書き込む単純な cli プログラムを作成したい ( https://stackoverflow.com/questions/13216094/how-to-write-a-taglib-program-to-write-the-id3v1-titleを参照) -and-artist-and-the-id3v2 )。
これまでのところ、taglib 1.8 を untar しただけです。
(1) ubuntu 12.04 で taglib をビルドするにはどうすればよいですか? 2番目のコマンドを試したところ、次のエラーが発生しました
Package taglib was not found in the pkg-config search path.
Perhaps you should add the directory containing `taglib.pc'
to the PKG_CONFIG_PATH environment variable
No package 'taglib' found
tagreader.cpp:28:21: fatal error: fileref.h: No such file or directory
compilation terminated.
ただし、ファイルtaglib.pc
は存在しません。ファイルtaglib-1.8/taglib.pc.cmake
は存在します。
(2)そこから `taglib.pc を取得する方法を知っていますか?