Installing Scribus on Mac OS X via Fink: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
m (Formatting)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Update required}}
[[Category:Installation]][[Category:EN]] [[Category:MacOS]]
[[Category:MacOS]]
{{HOWTO Index}}
----
 
=Introduction=
=Introduction=
There is a doc on the Scribus web site, but it is partly outdated for current releases. The fastest way to get Scribus on the Mac is the following:
There is a doc on the Scribus web site, but it is partly outdated for current releases. The fastest way to get Scribus on the Mac is the following:
Line 9: Line 5:
=Installation=
=Installation=


* Install Apple's X11 (two packages, X11User.pkg from the system disk and X11SDK.pkg from the developer tools disk, the names may be slightly different). Also make sure that the Xcode developer tools are completely installed.
* Install the Xcode developer tools from http://developer.apple.com/technology/xcode.html
* Install Apple's X11 (two packages, X11User.pkg from the system disk and X11SDK.pkg from the developer tools disk, the names may be slightly different). Note: The Xcode developer tools may install the X11 packages.  In this case you can skip this step.
* Install Fink using the "Fink-X.Y.Z-ABC-Installer.dmg" from http://fink.sourceforge.net (where X.Y.Z is the latest stable version and ABC is is either PowerPC or Intel depending on your system)
* For Version 1.3.3 - Open a terminal window then type:
:'''fink install scribus'''
* For Version 1.3.9 - Open a terminal window
* Enable unstable packages (accept all default options --by pressing enter-- except to enable the "Unstable" tree):
:'''fink configure'''
:'''fink selfupdate-rsync'''
 
Install 1.3.9
:'''fink install scribus135-aqua (yes, there is a version discrepancy in the fink package where 135-aqua is 1.3.9 at the moment)'''


* Install Fink using the Fink-0.7.1-Installer.dmg from http://fink.sourceforge.net
Optional: type the following to see a list of scribus versions (as this article may not be updated often enough to get new versions):
:'''fink list scribus'''


* Enable the "unstable tree" as it is explained in http://fink.sourceforge.net/faq/usage-fink.php#unstable then run
When the list is displayed you can alternatively type:
:'''fink install <name of package from the list>'''


  fink selfupdate-rsync
* fink may prompt you to select certain packages based on dependencies it needs to install scribus.  Accept any of the choices and continue.  
fink install scribus
* Sit back, drink some coffee and wait for the installation to finish.
* Once installation is complete you can run scribus by opening a terminal window and typing:
:'''scribus'''




'''See also:'''
==Related==
* [[Installing Scribus from CVS sources on Mac OS X]] - Howto on installing Scribus from CVS sources through Fink
* [[Installing Scribus from CVS sources on Mac OS X]] - Howto on installing Scribus from CVS sources through Fink
* [[MacOSX version of Scribus]] - Ongoing discussion on bringing a native version of Scribus to Mac (hot!)
* [[MacOSX version of Scribus]] - Ongoing discussion on bringing a native version of Scribus to Mac (hot!)
* [[Installing Scribus on Mac with MacPorts]] - ''Tested on 27th May 2007''
* [[Installing Scribus on Mac with MacPorts]] - ''Tested on 27th May 2007''
* [[Creating_a_dmg]]

Latest revision as of 04:51, 11 December 2013

Introduction

There is a doc on the Scribus web site, but it is partly outdated for current releases. The fastest way to get Scribus on the Mac is the following:

Installation

  • Install the Xcode developer tools from http://developer.apple.com/technology/xcode.html
  • Install Apple's X11 (two packages, X11User.pkg from the system disk and X11SDK.pkg from the developer tools disk, the names may be slightly different). Note: The Xcode developer tools may install the X11 packages. In this case you can skip this step.
  • Install Fink using the "Fink-X.Y.Z-ABC-Installer.dmg" from http://fink.sourceforge.net (where X.Y.Z is the latest stable version and ABC is is either PowerPC or Intel depending on your system)
  • For Version 1.3.3 - Open a terminal window then type:
fink install scribus
  • For Version 1.3.9 - Open a terminal window
  • Enable unstable packages (accept all default options --by pressing enter-- except to enable the "Unstable" tree):
fink configure
fink selfupdate-rsync

Install 1.3.9

fink install scribus135-aqua (yes, there is a version discrepancy in the fink package where 135-aqua is 1.3.9 at the moment)

Optional: type the following to see a list of scribus versions (as this article may not be updated often enough to get new versions):

fink list scribus

When the list is displayed you can alternatively type:

fink install <name of package from the list>
  • fink may prompt you to select certain packages based on dependencies it needs to install scribus. Accept any of the choices and continue.
  • Sit back, drink some coffee and wait for the installation to finish.
  • Once installation is complete you can run scribus by opening a terminal window and typing:
scribus


Related