Le 17 mars 09 à 13:09, Clemens Anhuth a écrit :
>
> I will try to sum up the (admittedly few) steps that I am aware of to
> get Task Coach up and running in its working copy directory and dump
> them into the wiki (or, should that fail, paste them here).
>
IIRC, what you need to do after a fresh checkout (assuming you're  
running Windows and don't have GNU make intalled) is something along  
the lines of

cd icons.in
python make.py
cd ..\templates.in
python make.py
cd ..\icons.in
python make.py

After that, you should be able to start Task Coach by typing

python taskcoach.py

in the top directory, assumming you have all the dependencies  
installed (only win32all IIRC).

Of course, if you have GNU make in your path, it's as simple as

make icons i18n
python taskcoach.py

Am I forgetting something ? It would be a good idea indeed to add this  
to the Wiki and add a reference to it somewhere in trunk.

Reply via email to