and again

This commit is contained in:
David Badura 2015-12-23 16:25:29 +01:00
parent 139aa2c74c
commit e9381b4198
1 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,8 @@ wget http://taskwarrior.org/download/task-$TASKWARRIOR.tar.gz
gunzip task-$TASKWARRIOR.tar.gz
tar xf task-$TASKWARRIOR.tar
cd task-$TASKWARRIOR
sudo apt-get install cmake build-essential uuid-dev libgnutls-dev libreadline6-dev --force-yes
sudo cmake -DCMAKE_BUILD_TYPE=release .
sudo make
cmake -DCMAKE_BUILD_TYPE=release .
make
cd ..
cp task-$TASKWARRIOR/src/task ./taskwarrior-$TASKWARRIOR
sudo rm -Rf task-$TASKWARRIOR*