r14253 by mrdocs - add the missing optional macports stuff for 1.3.5+ on OSX

scribus-commit scribus-commit at lists.scribus.net
Sun Nov 1 00:05:18 CET 2009


Revision: 14253
Author: mrdocs
Date: 2009-10-31T18:19:15.555657Z
Commit message: add the missing optional macports stuff for 1.3.5+ on OSX

Changeset: 
M  /trunk/Scribus/doc/en/install5.html

Diffs:
Index: doc/en/install5.html
===================================================================
--- doc/en/install5.html	(revision 14252)
+++ doc/en/install5.html	(revision 14253)
@@ -2,11 +2,11 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
-  <title>Compiling and Installing Scribus 1.3.5svn+ On Mac OS X</title>
+  <title>Compiling and Installing Scribus 1.3.5.svn+ On Mac OS X</title>
 </head>
 
 <body>
-  <h2>Compiling and Installing Scribus 1.3.5svn+ On Mac OS X</h2>
+  <h2>Compiling and Installing Scribus 1.3.5+ On Mac OS X</h2>
 
   <p>This document outlines the build process for Scribus 1.3.5 or higher from SVN on Mac OS X. This does not currently outline the processs for packaging and bundling Scribus (yet).</p>
 
@@ -15,7 +15,7 @@
   <ul>
     <li>MacPorts installer (renamed from darwinports in version since 1.5)</li>
 
-    <li>Qt 4.3.x from Trolltech</li>
+    <li>Qt 4.5.x from Trolltech</li>
 
     <li>XCode from Apple, either from the OS X install DVD or downloaded from http://www.apple.com</li>
 
@@ -33,7 +33,7 @@
 
     <li>Install MacPorts (downloadable from <a href="http://www.macports.org">www.macports.org</a>)</li>
 
-    <li>Install Qt4 4.3.0+ for OSX (downloadable from <a href="http://www.trolltech.com">www.trolltech.com</a>)</li>
+    <li>Install Qt4 4.5.0+ for OSX (downloadable from <a href="http://www.trolltech.com">www.trolltech.com</a>)</li>
   </ul>
 
   <p>Install a few ports from MacPorts. Any other required dependencies will be installed automatically if they are not already. If you have already installed macports for other software, then you should run <code>sudo port selfupdate</code> and <code>sudo port upgrade installed</code> in order that the newest versions of your current ports and libaries are installed.</p>
@@ -51,6 +51,10 @@
 
     <li>Install subversion (<code>sudo port install subversion</code>) OR optionally install subversion from another source.</li>
 
+    <li>Optionally (recommended)<code>sudo port install podofo</code></li>
+
+    <li>Optionally (recommended)<code>sudo port install boost</code></li>
+
     <li>Optionally (recommended)<code>sudo port install ghostscript</code></li>
 
     <li>Make a directory where you want to download to (eg, in Terminal, <code>mkdir -p ~/scribus/135</code>)</li>




More information about the scribus-commit mailing list