- 3Installing Scribus
- 5Alternative Installation Methods
ESP Ghostscript (ESPGS) is an open-source PostScript interpreter derived from GNU Ghostscript. This package is required; it provides full support for printing from Carbon applications in Mac OS X. GhostScript for Mac 9.05 file size: 31.06 MB The Ghostscript family of interpreters offers native rendering of all major page description languages. Ghostscript is an amazing, free (gpl) program only available for Mac, belonging to the category Utilities with subcategory Text (more specifically Converters) and has been created by Solar Model. Ghostscript 9.53.2 was released September 25, 2020. It fixes a couple of bugs in version 9.53.1, released on September 14, 2020. Below is a signed and notarized Macintosh install package for this version of Ghostscript. The package has universal Intel and Arm binaries.
Introduction
There are many ways to install Scribus on your Mac but the simplest methods are to download either the Scribus Disk Image (DMG) or the Scribus Package Installer (PKG).
The instructions below will show you how to install Scribus using either of these methods.
Best Free Screenplay Writing Software
Installing GhostScript
Before you think about installing Scribus you need to think about whether you should install GhostScript first.
GhostScript is software that provides services to other applications. Specifically, for Scribus, it allows you to import PostScript (PS) images, Extended PostScript (EPS) images, and PDF files (as images). It also allows you to export your document as PS or EPS (rather than the normal PDF export). It is also needed if you want to use the 'Print Plate' Preview functions.
Install Ghostscript On Mac
If you don't think that you will need these functions - and not everyone does - then you don't need to install GhostScript but you will get a message each time you start Scribus mentioning that GhostScript isn't installed. You can always follow the instructions below if you change your mind later.
If, on the other hand, you want to make sure that Scribus is ready for whatever you need to do with it then you should install GhostScript. It's entirely your choice.
If you're not installing GhostScript then skip the rest of this section and go to next section.
You can download the latest version of GhostScript from here.
Locate the 'GhostScript xx.xx' link with the highest 'xx.xx' version number - it's usually near the top of the page - and click on it. This will start the download of the GhostScript PKG (Package Installer). How the download actually happens is dependant on your browser and system set-up, and thus outside the scope of this article.
Once the PKG has downloaded, open the folder it was downloaded to (this is usually 'Downloads' within your own Home folder).
Double click the PKG icon and follow the on-screen instructions. Accept the defaults if you don't know what to change.
Once the process has finished, GhostScript should be installed and ready for action.
Installing Scribus
Once you've got GhostScript installed - really, do that first - you can get down to installing Scribus itself.
As mentioned earlier, there are two easy options for doing this:
- DMG - Disk Image
- PKG - Package Installer
Neither option is particularly difficult but they are quite different, so each is described below.
Disk Image (DMG) Installation
If you're installing Scribus using the Package Installer skip to the next section.
To install from the Disk Image, go to the Scribus Download page.
Click on the link for 'Mac OS X DMG (Intel only, Leopard (10.5) or higher)' and follow the instructions to download the file.
Once the download is complete, open the folder it was downloaded to (this is usually 'Downloads' within your own Home folder), then double-click on the Scribus DMG file to open it. A window will open showing the Scribus application icon.
Drag the Scribus application icon over to the Applications folder shortcut within the same window.
Once the Scribus application has been copied to your Applications folder you can drag the Scribus DMG icon - it looks like a little disk drive - from your desktop to the Trash. (This doesn't delete the DMG, it just 'ejects' it so it's no longer open.)
You can now double-click the Scribus application icon in your Applications folder to start Scribus.
Package Installer (PKG) Installation
To install using the Package Installer, go to the Scribus Download page.
Click on the link for 'Mac OS X package installer (Intel only, Leopard (10.5) or higher)' and follow the instructions to download the file.
Once the download is complete, open the folder it was downloaded to (this is usually 'Downloads' within your own Home folder), then double-click on the Scribus PKG file to run it.
Follow the simple on-screen instructions. Accept the defaults unless you know what to change.
Once Scribus has been installed, open your Applications folder and double-click the Scribus icon to start Scribus.
Installing GhostScript after Scribus
It is possible that you have installed Scribus before installing GhostScript and therefore are getting messages that GhostScript isn't installed.
Don't worry, you can probably fix that quite easily.
First, close Scribus if you already have it open.
Then install GhostScript using the procedure as stated near the top of this article.
Once GhostScript has been installed you need to tell Scribus where GhostScript is.
Open Scribus and choose menu 'Scribus -> Preferences'.Scroll down the list of icons on the left of the Preferences dialog box until you see 'External Tools', then click on 'External Tools'.
Ghostscript For Mac Os
At the top of the dialog box you'll see a section named 'Postscript Interpreter', this is where you tell Scribus where GhostScript is installed.Copy this text
/usr/local/bin/gs
and paste it into the field for 'Name of Executable'.OK the dialog box.Close Scribus, then open it again.
Scribus should now be running using GhostScript and you shouldn't be getting the message you were getting before.
However, if the above didn't work, open the Preferences dialog box again, copy this text
/opt/local/bin/gs
and paste it into the field for 'Name of Executable'.OK the dialog box.Close Scribus, then open it again.
You should now be able to use Scribus normally.
However, if that also didn't work you'll need to get more technical.
If neither of the options above fixed your problem then GhostScript was probably installed somewhere that is non-standard, for whatever reason. Hopefully the procedure below will show you where it is, and then how to tell Scribus where it is.
Open your Applications folder and scroll down until you see the 'Utilities' folder.
Double-click the Utilities folder and scroll down until you see the 'Terminal' utility.Double-click the Terminal utility to run it.Copy this text
find / -type l -name gs -print
and paste it after the Terminal prompt, the prompt will probably look like a $ (dollar sign).Press ENTER.
Your system will now start searching for the GhostScript GS file. This is a non-destructive search; no files will be tampered with in any way.
After a while you should see something in the output that looks like
/usr/local/bin/gs
This means that your system has found a GhostScript installation at that location.
Once you've spotted a location you can use CTRL+Z to stop the search. If you don't stop the search it will continue to plough through all of your connected drives doing more searching. It's nothing to worry about but you could be waiting a very long time if you don't stop it.
Once you've stopped the search, scroll up if necessary and copy the location to the 'Name of Executable' field in 'External Tools' - as shown above - then OK the dialog, close Scribus, then re-open it.
You should now have Scribus working with GhostScript.
To clean up after yourself, go to your Terminal utility, type 'EXIT' (without the quotes), press ENTER, then close the Terminal utility.
If you're still having trouble then the problem is something that is outside the scope of this article. Try using the Scribus Forum, or the Scribus Mailing List, or the Scribus Google+ page to get more help.
Alternative Installation Methods
Homebrew
Homebrew purports to be the missing package manager for OS X.
Find out more about installing through Homebrew here.
Subversion (SVN)
Subversion (often abbreviated SVN, after the command name svn) is a software versioning and revision control system. Developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation.
Find out more about installing through SVN here.
Fink
The Fink project wants to bring the full world of Unix Open Source software to Darwin and Mac OS X. They modify Unix software so that it compiles and runs on Mac OS X ('port' it) and make it available for download as a coherent distribution.
Find out more about installing through Fink here.
MacPorts
The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the OS X operating system.
Find out more about installing through MacPorts here.
Installing Development Version
Instead of installing the current stable version of Scribus you can install the latest development version instead.
First you should install GhostScript as shown above.
Once you've installed GhostScript, you need to download the latest development version Disk Image from here.
Click on the link for 'Scribus.dmg' and follow the instructions to download the file.
Once the download is complete, open the folder it was downloaded to (this is usually 'Downloads' within your own Home folder), then double-click on the Scribus DMG file to open it. A window will open showing the Scribus application icon.
Using Finder, open your personal Applications folder in your own Home folder. This is the folder usually called Users/<your name>/Applications and not your normal Applications folder.
Drag the Scribus application icon over to the personal Applications folder you've just opened.
Once the Scribus application has been copied to the Applications folder you can drag the Scribus DMG icon - it looks like a little disk drive - from your desktop to the Trash. (This doesn't delete the DMG, it just 'ejects' it so it's no longer open.)
You can now double-click the Scribus application icon in the Applications folder to start Scribus.
- Advertisement
- Ghostscript for Mac OS X v.9.04Welcome to Ghostscript, an interpreter for the PostScript language and for PDF. Ghostscript is a package of software that provides: * An interpreter for the PostScript (TM) language, with the ability to convert PostScript language files to ...
- GNU Ghostscript modules v.000702This project is *not* the current release of GNU Ghostscript: that is available from the usual GNU servers. It contains individual Ghostscript drivers and other modules licensed with the GPL that have not yet been incorporated into a GNU Ghostscript ...
- Business Integration Engine (BIE-gpl) v.1.0This is a GPL variant project of the BIE product. The Business Integration Engine (BIE) is a full-featured EAI server which allows companies to integrate disparate systems, create and manage agile business processes, and easily service oriented ...
- Eat the Whistle GPL v.rcEat the whistle GPL is a football simulation game written in C that works on many platforms (win32/linux/macosx/amigaos/morphos), it uses the SDL framework. It has a multiplayer internet playing option in alpha ...
- GAV - Gpl Arcade Volleyball v.1.0GAV (Gpl Arcade Volleyball) is an object-oriented multiplatform Arcade Volleyball clone. It supports multiplayer and theme ...
- Ghostscript fonts v.8.11Fonts and font metrics customarily distributed with Ghostscript. Currently includes the 35 standard PostScript fonts and a grab-bag of ...
- OASYS GPL: Online peer Assessment SYStem v.0.0OASYS GPL is an online peer assessment system, initially developed by Ashley Ward and Abhir Bhalerao in the Department of Computer Science at the University of Warwick. Using a web browser, students sit tests, then mark the work of several of their ...
- PDFOne Java GPL v.1.0Gnostice PDFOne Java GPL is a rich set of APIs to create, manipulate and organize PDF documents, process PDF forms and perform other PDF document related tasks from within your Java applications. Commercial Version: ...
- Pnm2ppa - HP PPA GhostScript printfilter v.1.13pnm2ppa is a Ghostscript print filter which allows owners of HP DeskJet 710C, 712C, 720C, 722C, 820Cse, 820Cxi, 1000Cse, or 1000Cxi printers to print PostScript Level ...
- OpenBB - GPL v.bb.1.0.0.rc3OpenBB - GPL is an Open Source messageboard written in PHP utilizing a mySQL backend. Support for other scripting languages and databases will be achieved through the Open Source Initiative. OpenBB - GPL is based on OpenBB created by Iansoft.
- Escape Towards The Unknown GPL v.386.0.7.6Escape Towards The Unknown is a graphic adventure (like Monkey's Island) written in C with SDL support.Main feature are: brand new user command language interface; support for digitalized dialogues in many ...
- GPL Pagamento Digital v.2.0rc1Este mAldulo de pagamento para o WHMCS permite o uso do PagamentoDigital como forma de pagamento. As versões v0.9x sALo compativeis com WHMCS v3.8.1 e anteriores e nALo estALo mais sendo desenvolvidas. A versALo v2.0 é compativel com o WHMCS ...
- Oware/Reversi Midlet (GPL) v.0.1.6This is a program for Oware and Reversi (Othello) for J2ME/Cell and (PlamOS with IBM WME VM). Oware (popular in Africa) is a Mancala game suitable for adults. Reversi (Othello) is included. Based on mobilesuite (on sourceforge) with ...
- GPL Cver v.rcOpen-source interpreted Verilog simulator with a feature set and performance similar to Verilog-XL. Implements all IEEE 1364-1995 features along with some Verilog-2001 features. Full support for Verilog PLIs.
- 3DSeigmenn Alpha v.13DSeigmenn Alpha 1 is yet another exciting and fun to play game you should not miss. It is actually a free and open source 3dshooter game for everyone.This product is based on the GPL-released Quake 2 source. The game aims to be a complete standalone ...
- Cyberduck v.2.8.4Cyberduck is an open-source SFTP (SSH Secure File Transfer) and FTP browser licenced under the GPL. Cyberduck features the same intuitive interface for both FTP and SFTP browsing and is now Mac-only, with a completely rewritten user interface using ...
- Infinite Responder - Free Autoresponder Script v.1.50Have you ever wanted a completely customizable autoresponder script? To set the times you want? For as many messages and users as you want? For as many lists as you want? Infinite Responder is GPL-licensed autoresponder and newsletter script. It uses ...
- Mobile Atlas Creator for Mac OS X v.1.9.2Mobile Atlas Creator (formerly known as TrekBuddy Atlas Creator) is an open source (GPL) program which creates offline atlases for GPS handhelds and cell phone applications like TrekBuddy, AndNav and other Android and WindowsCE based applications.
- Nexuiz for Mac OS v.2.5.2A fast paced 3d deathmatch game project created online by a team of developers called Alientrap. It is available for download for Windows, Mac, and Linux (all the same archive).The first version was released May 31st 2005, released entirely GPL ...
- Inversion for Mac OS v.1.2An app to solve the problem of Apollonius. Simply create 3 objects and the solution of the problem will be drawn in red. Inversion is open source and licensed under GNU GPL.About the problem of Apollonius:“Given three objects, each of which ...
- Escape Towards The Unknown GPL Escape Towards The Unknown is a graphic adventure (like
- PCMan X for Mac OS X PCMan X aimed to be an easy-to-use yet full-featured telnet
- Nexuiz for Mac OS A fast paced 3d deathmatch game project created online by a
- Ghostscript for Mac OS X Welcome to Ghostscript , an interpreter for the PostScript
- Mobile Atlas Creator for Mac OS X Mobile Atlas Creator (formerly known as TrekBuddy Atlas
- Aria Maestosa for Mac OS X Aria Maestosa is an open-source ( GPL ) midi tracker/editor.
- Pdfsam for Mac OS X pdfsam is an open source tool ( GPL license) designed to
- EpiFire GUI GUI for simulating epidemics on contact networks (C++/Qt,
- RedNotebook for Mac OS X It includes a calendar navigation, customizable templates,
- MacNikto for Mac OS An AppleScript GUI shell script wrapper built in Apples