X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=README;h=2bc5c65e7921280f3eafa87b7b5a41491872d377;hb=e67e1fb3922f7a72d7b3335cf268a27cee3de85c;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=5ee10ed7d9593e588393fe25bb48d5c75dc0a21d;p=ptask.git diff --git a/README b/README index e69de29..2bc5c65 100644 --- a/README +++ b/README @@ -0,0 +1,69 @@ +ptask README +============== + ++ptask+ is a GTK+ graphical user interface for +taskwarrior+, a command +line tasks manager. + +Installation on Ubuntu +---------------------- + +To install +ptask+ on Ubuntu and derivates, the easiest way is to use the dedicated PPA: +------------------------------------- +sudo apt-add-repository ppa:jfi/ptask +sudo apt-get update +sudo apt-get install ptask +------------------------------------- + +The PPA +ppa:jfi/ptask+ contains the binary package of the last +released version of +ptask+ for the last released version of Ubuntu. + +The PPA +ppa:jfi/ptask-daily+ contains the binary package of the last +development snapshot. It should only be used for testing purpose. + +Installation from source archive +-------------------------------- + ++ptask+ can be compiled and installed on any modern GNU/Linux +distribution. + +Compilation Prerequisites +~~~~~~~~~~~~~~~~~~~~~~~~~ + +The compilation of +ptask+ requires: + + * asciidoc + * cppcheck (optional, static source checker) + * gcc + * help2man + * library gtk3 + * library json-c + * make + +For Ubuntu 12.10: +------------------------------------------------------------------------- +sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl +------------------------------------------------------------------------- + +Compilation +~~~~~~~~~~~ + +------------------------------- +./configure +make clean all +------------------------------- + +Installation +~~~~~~~~~~~~ + +------------------------------- +make install +------------------------------- + +Contact +------- + +Bugs and comments can be sent to jeanfi@gmail.com. + +Home page: http://wpitchoune.net/ptask + +Release changes: link:NEWS.html[NEWS] \ No newline at end of file