Comment 16 for bug 988925

Revision history for this message
Josh (joshlikesbeer) wrote :

Here is a workaround. I did this and now I have ddate again.

wget -O bo0ts-ddate.tar.gz https://nodeload.github.com/bo0ts/ddate/tarball/master
tar xzf bo0ts-ddate.tar.gz
sudo apt-get install cmake
cd bo0ts-ddate-79d2c9a
mkdir build
cd build
cmake ..
sudo make install