Tasque

Building and Installing Tasque

If you're running openSUSE 10.3 you can use the one click install.

http://download.opensuse.org/repositories/GNOME:/Community/openSUSE_10.3/tasque.ymp

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

Tasque Bugzilla List

Submitting Patches

Before submitting patches, please read the following:

  1. Tasque/CodingGuidelines

  2. Tasque/HowToSubmitPatches

Tasque/Building (last edited 2008-03-13 07:20:28 by CalvinGaisford)