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

From Scribus Wiki
Jump to navigation Jump to search
m (Unorphaned page added to FAQ category + This page is incomplete needs so love)
Line 3: Line 3:


== Download Scribus source via svn ==
== Download Scribus source via svn ==
Create a SVN repository on your computer (use svn command in a console window to download the right source)
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]]
See [[Building_SVN_versions_with_CMake]]



Revision as of 12:34, 30 December 2013

Template:Update

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