-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compiling on Ubuntu #2
Comments
I'm having the same issues, what was your fix ? |
git clone https://github.com/vitlav/hddtemp.git
cd hddtemp/
./autogen.sh
./configure
cd src/
make |
Thanks. I found a list of pre-requisite packages for building the software in another thread aind installed them all, and started the build. It quickly got itself into an infinite loop trying to do the same one thing over and over, so I gave up and used the docker image instead, as that was my goal in the beginning anyway. thanks fro your help, and thanks for th docker image. May you rapidly eclipse the 5M+ downloads of the drewster727 image. |
@gregewing - Just in case it's still useful: I've just made a Dockerfile that builds the binary without autogen + updates the drive database from Gentoo. Seems to work with no issues so far. It should be quite easy to adapt to bare metal if needs be. |
Heya @vitlav,
Just stumbled across this particular repo and I'm having a bit of a difficult time compiling, just curious if you could give me a bit of guidance?
If I try automake, I get a few errors.
and if I try to run autogen I get:
No doubt it's an ID10T issue!
The text was updated successfully, but these errors were encountered: