Building and Installing Tasque
If you're running openSUSE 10.3 you can use the one click install.
Getting the Source Code
Tasque's source code is stored in GNOME SVN. To get a working copy of the latest available source code, type:
svn co http://svn.gnome.org/svn/tasque/trunk tasque
If you're a Tasque AUTHOR, use the following to checkout the code:
svn co svn+ssh://svn.gnome.org/svn/tasque/trunk tasque
Browse the code online using http://svn.gnome.org/viewcvs/tasque/.
Compiling
Then, you'll run the following in the tasque/ directory:
./autogen.sh --prefix=/home/user/stage/tasque --enable-backend-dummy --enable-backend-rtm --enable-backend-sqlite make make install /home/user/stage/tasque/bin/tasque
Current Bug List
Submitting Patches
Before submitting patches, please read the following:

