You are not logged in.
Pages: 1
Hello,
I'm on debian 9 Stretch an I'd like to use the forecast package but there's a dependency problem with libjson-c. If someone has an idea to install it in another safe way ? Help apreciated. THX
Offline
Building from source works:
apt-get install libjson-c-dev libconfig-dev libcurl4-openssl-dev libncursesw5-dev libssl1.0-dev liblz4-dev libtalloc-dev git build-essential autoconf automake
./autogen.sh
./configure --prefix=/usr/local
make -j4
make install
/usr/local/bin/forecast
Keep the build directory around. When a package is available, you can just do
make uninstall
from that directory.
Offline
Thank you, I compiled it and it works, the only disagreements (EU guy) I can't set the values in KM/H and of course Degrees C°
Offline
I'll try that thank you, I have another question: Dœs forecast make regular updates ?
may be that but my english is poor...
# When the last requested data set is >= $max_cache_age seconds old,
# request new data. This will significantly speed up subsequent
# invocations. Set to 0 in order to always bypass the cache.
max_cache_age = 1200;
Last edited by ragamatrix (2017-09-13 15:19:29)
Offline
Hmmm...do you have any idea why the Ubuntu builds on the OBS fail like libjson-c-dev isn't installed at all? Could it be some bug in the Ubuntu build thingamajigies there?
Click on the "failed" to see the end of the build log: https://build.opensuse.org/package/show … t/forecast
Offline
Pages: 1