Comment 3 for bug 1286939

Revision history for this message
Nodar Nutsubidze (nodar-nutsubidze) wrote :

If necessary I can test, I have a taskd server setup, and I can put it on whatever ubuntu release you want. Currently I have one running 14.04, let me know.

For now I have a README which tells people to install from source. This is how I install from source including all the various packages:

sudo apt-get install build-essentail cmake libgnutls-dev uuid-dev
cd /tmp
wget http://taskwarrior.org/download/task-2.3.0.tar.gz
tar xzf task-2.3.0.tar.gz
cd task-2.3.0
cmake .
make && sudo make install