|
From: R. R. <ren...@ba...> - 2008-08-10 12:18:49
|
Hi, I've imported the initial development framework for Tuxor to the SVN repository. To checkout the SVN code, do the following: $ cd ~/src (or whereever you put your sources) $ svn co https://tuxor.svn.sourceforge.net/svnroot/tuxor tuxor As always, just use "cd ~/src/tuxor; svn update" later on... There's really nothing useful yet other than the development framework and some code which basically compiles :). The required Qt revision is 4.4.0+, though (it's checked on the call to qmake). The current code would also compile with Qt 4.3.5, but as we'll need the Phonon API for sound & music, I've restricted it to 4.4.0+ right from the start. The multi platform support features of the build system are taken from QMC2 and basically the same (so for example, using "make DISTCFG=1" will also work in case of Tuxor). At least I now have something I can use to develop on... Bill, if you or Michelle have any design input like images, logos etc. and would like to add those to the project yourself, I can explain to you how this is accomplished with SVN. Basically it's just a matter of adding the resources/files to your local working copy / tree, tell SVN to add it to the repo ("svn add ...") and then commit your changes ("svn commit ..."). If your're not familiar with SVN, I'd recommend you read the SVN book first: http://svnbook.red-bean.com/en/1.1/index.html :-) Have fun, René -- René Reucher Tel: +49 160 7115802 FAX: +49 6359 205423 ren...@ba... http://www.batcom-it.net/ Receiving a million dollars tax free will make you feel better than being flat broke and having a stomach ache. -- Dolph Sharp, "I'm O.K., You're Not So Hot" |