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

From Scribus Wiki
Jump to navigation Jump to search
m (added todo)
m (→‎TODO: a.l.e patch tut)
Line 25: Line 25:


=TODO=
=TODO=
Add sub-sections for all major platforms
*Add sub-sections for all major platforms
== OS X ==
* Add a.l.e's page on how to patch: https://github.com/aoloe/htdocs-graphicslab-archive/blob/master/ui_iv_iu/pages/Howto.Patch
=== OS X ===
* Specifying patches in Homebrew formulas (https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook#patches)
* Specifying patches in Homebrew formulas (https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook#patches)

Revision as of 17:08, 4 June 2014


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

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

Related


TODO

OS X