Menu

First SVN import

We have made the first SVN import of MyTime to SVN repository at
SourceForge.net.

If you like to test the current status of the project you should follow
the next steps:
1) Download source code from SVN:
svn co https://mytime.svn.sourceforge.net/svnroot/mytime/trunk mytime
 2) Execute autogen.sh:
./autogen.sh
3) Compile code with make:
make
4) Go to src/data_server/ and execute mytime-data-server:
cd src/data_server/
./mytime-data-server
5) In another terminal go to src/gui/ and execute mytime-gui:
cd src/gui/
./mytime-gui

Then you can use the GUI to generate some charts from information stored
in database file at src/dataserver/data/mytime.db.

We hope you'll enjoy this project. Ideas, comments, patches, problems,
bugs, ... are welcomed ;-)

You can read more information about this project in this home page at: http://community.igalia.com/twiki/bin/view/MyTime

Posted by Manuel Rego Casasnovas 2008-05-30

Log in to post a comment.