Hi,
I work for 5 days to install chromaprint, but I still can not do it !!! (or rather I not figure out if it is installed well or not) in fact when I do
"cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=ON ." in the chromaprint-1.2 diractory ( downloaded for https://bitbucket.org/acoustid/chromaprint/downloads) i have this error
ubuntu@ubuntu:~/Téléchargements/chromaprint-1.2$ cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=ON .
CMake Warning at CMakeLists.txt:73 (find_package):
Could not find module FindKissFFT.cmake or a configuration file for package
KissFFT.
Adjust CMAKE_MODULE_PATH to find FindKissFFT.cmake or set KissFFT_DIR to
the directory containing a CMake configuration file for KissFFT. The file
will have one of the following names:
KissFFTConfig.cmake
kissfft-config.cmake
-- Using FFTW3 for FFT calculations
-- Could NOT find Boost
-- Building without audio conversion support, please install FFmpeg with libswresample
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FFMPEG_LIBAVCODEC_INCLUDE_DIRS
used as include directory in directory /home/ubuntu/Téléchargements/chromaprint-1.2/examples
FFMPEG_LIBAVCODEC_LIBRARIES
linked by target "fpcalc" in directory /home/ubuntu/Téléchargements/chromaprint-1.2/examples
FFMPEG_LIBAVFORMAT_INCLUDE_DIRS
used as include directory in directory /home/ubuntu/Téléchargements/chromaprint-1.2/examples
FFMPEG_LIBAVFORMAT_LIBRARIES
linked by target "fpcalc" in directory /home/ubuntu/Téléchargements/chromaprint-1.2/examples
FFMPEG_LIBAVUTIL_INCLUDE_DIRS
used as include directory in directory /home/ubuntu/Téléchargements/chromaprint-1.2/examples
FFMPEG_LIBAVUTIL_LIBRARIES
linked by target "fpcalc" in directory /home/ubuntu/Téléchargements/chromaprint-1.2/examples
-- Configuring incomplete, errors occurred!
Knowing that I have to write (c or c++) code that checks for a .raw audio sequence in a larger reference sequence.
Do I compile and install the entire project or just the chromaprint library? and if I have just to install the library, how can'I install it quickly !!! Help me please !!