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

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


=Introduction=
=Introduction=
blind text, blind text, blind text, blind text, blind text, blind text,blind text, blind text, blind text,blind text, blind text, blind text,blind text, blind text, blind text,
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:
=System Requirements=
blind text, blind text, blind text,blind text, blind text, blind text,blind text, blind text, blind text,blind text, blind text, blind text,blind text, blind text, blind text,


=Installation=
=Installation=
blind text, blind text, blind text,blind text, blind text, blind text,blind text, blind text, blind text,blind text, blind text, blind text,
 
* 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 Fink using the Fink-0.7.1-Installer.dmg from http://fink.sourceforge.net
 
* Enable the "unstable tree" as it is explained in http://fink.sourceforge.net/faq/usage-fink.php#unstable then run
 
fink selfupdate-rsync
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 18:47, 13 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 1.2.2cvs. The fastest way to get Scribus-CVS 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
   
  • 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.
  • 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}