On Saturday 01 Nov 2003 1:42 pm, Sebastian R?der wrote: > Sorry Simon for the maybe stupid question, > but I don`t know how to use your script. Could you offer me some > explanations?
1. save the patch file somewhere,eg /tmp 2. extract the scribus source: tar xzf scribus-1.1.2.tar.gz 2. change directory into the scribus source directory: cd scribus-1.1.2 3. apply the patch: patch -p1 < path_to_file/python.patch where you change path_to_file to be the directory containing python.patch 4. configure, make and make install as usual Hope this makes sense Simon
