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

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


=Introduction=
=Introduction=
There is a doc on the Scribus web site, but it is partly outdated for 1.2.2cvs. The fastest way to get Scribus-CVS 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:


=Installation=
=Installation=
Line 16: Line 16:
  fink selfupdate-rsync
  fink selfupdate-rsync
  fink install scribus
  fink install scribus
   
* Either let it finish, which will give you scribus-1.2.1 in /sw/{bin,lib}, or stop it when it starts building scribus, after all the prerequisites are installed. Note that this can take some time, because heavyweights like qt3 are being compiled.
* [http://docs.scribus.net/index.php?lang=en&sm=install&page=install1 Checkout Scribus from cvs] and apply your patch.
* Run the attached little shell script scribus-cvs.sh that does the remaining necessary patching and runs configure and make in the right order.
* Run
sudo make install
which will put scribus into /usr/local/{bin,lib}

Revision as of 13:48, 14 February 2005

This article is part of the HOWTOs series.
Installation Usage PDF issues Imposition Other

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 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.
fink selfupdate-rsync
fink install scribus