-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libboost requirement? #54
Comments
Never mind; desperate to get the fan to behave on my X200 so I installed the ~150Mb worth of dependencies to get this to build (i.e. cmake-curses, libboost-dev, etc). But it does rankle my minimalist sensibilities that such a small program has such big dependencies just for building. I also couldn't avoid installing libyaml-cpp even with |
Well, if you look closely, boost is actually not a direct dependency of thinkfan, but of the libyamlcpp you have installed. Unfortunately, certain distros still ship some ancient versions of libyamlcpp, and in your case it's so old that it still uses That said, thinkfan should of course compile fine with |
yamlconfig.h include was unguarded. Fixes issue #54.
Trying to compile this but it fails when not finding libboost:
However:
A tad excessive, for fan control, isn't it? Also, this dependency isn't listed in the readme.
The text was updated successfully, but these errors were encountered: