radiotray-ng icon indicating copy to clipboard operation
radiotray-ng copied to clipboard

Can't Install - Boost problem

Open kellyvot opened this issue 1 year ago • 1 comments

Hi Trying to install Radiotray-ng on LMDE6, after running:

cmake .. -DCMAKE_BUILD_TYPE=Release

I get this error - Could not find a package configuration file provided by "boost_log" (requested version 1.74.0) with any of the following names: boost_logConfig.cmake boost_log-config.cmake Add the installation prefix of "boost_log" to CMAKE_PREFIX_PATH or set "boost_log_DIR" to a directory containing one of the above files.

Boost is installed, I just installed it with 'sudo apt install libboost-filesystem-dev'

Not real familiar with installing from github, not sure where I would find the CMAKE_PREFIX_PATH to try and fix this. Searched a bunch of different links but no solution

Thanks

kellyvot avatar Mar 31 '25 01:03 kellyvot

The readme contains instructions that should work for a Debian based distro.

https://github.com/ebruck/radiotray-ng?tab=readme-ov-file#to-build-on-ubuntu

ebruck avatar Apr 18 '25 20:04 ebruck