-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
splice.pl is a Perl script for creating labels for CDs, cassette tapes, 8mm tapes, and DAT tapes. These instructions are specific for a Unix like system. Email me for a Windows system.
To create PDF files, splice relies on GhostScript.
GhostScript is installed on most Linux systems. It
can be easily installed on macOS via MacPorts with the command
port install ghostscriptDr. Richard Koch has created a clickable macOS installer for GhostScript, which can be downloaded from http://pages.uoregon.edu/koch. This is very easy and quick way to install GhostScript on any macOS system with at least 10.4 installed.
Files Included:
makefile | make file for easy installation |
splice.pl | splice source |
splice.rc | initialization file |
splice.1 | nroff formatted file man file |
readme.html | this file |
license.txt | splice's license |
Splice | directory of support files (perl modules) |
- sudo make install
- make rc
The make rc
step should not be run as root. It is coping the
splice.rc
to your home directory: splice uses this file for
your preferences.
Starting with version 2.0 splice
relies on an external module to parse the iTunes XML file.
splice
will continue to parse standard song input files without this module installed.
Mac::iTunes::Library can be installed from CPAN.
splice is freeware released under the MIT license.