How to apply a patch to scribus sourcecode: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
'''Needs to be expanded'''
'''Needs to be expanded'''
: Is there a direct way people can download patches beside copy/paste from ML or downloading from Mantis?
: Is there a direct way people can download patches beside copy/paste from ML or downloading from Mantis?
Or create a patch file out of your modified source, agains svn version :
svn diff -x -u -x -w -x -b > nameofyourpatch.patch


== Apply the patch ==
== Apply the patch ==

Revision as of 21:50, 14 August 2014


See : http://jungels.net/articles/diff-patch-ten-minutes.html


Update.png
This article is outdated. Please update the information to reflect the current status or knowledge. We will deprecate/delete in the future.

Download Scribus source via svn

Create a SVN repository on your computer (use svn command in a console window to download the right source)

See Building_SVN_versions_with_CMake

Get patch file

From mailing list or bug tracker Needs to be expanded

Is there a direct way people can download patches beside copy/paste from ML or downloading from Mantis?


Or create a patch file out of your modified source, agains svn version : svn diff -x -u -x -w -x -b > nameofyourpatch.patch

Apply the patch

Use the patch command in your console. Needs to be expanded

Compile the source

Use QT Creator for code-browsing and compiling Needs to be expanded

Linux

OS X

Windows

Related


TODO

OS X