:CueCat
Update of "Installation instructions"
Not logged in
Public Repositories
mwm's Repositories

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 31ca1173d68cff7b161149d7aebc7cc90e28f952
Page Name:Installation instructions
Date: 2015-03-17 01:38:25
Original User: mwm
Mimetype:text/x-markdown
Parent: bf3a32dcdc0c51a0f351452c5166280b05cd727e (diff)
Content
  1. Edit the first line of the python files so they reference the place where you have installed python, instead of the place where I have installed it.
  2. Find the line in xcuecat.py that says envName = "/usr/bin/env", and change it to the location of env on your system if it isn't /usr/bin/env.
  3. Copy cuecat.py and barcode.py to a location that your python installation searches for modules, probably something like /usr/local/lib/python1.6/site-packages.
  4. Create a symlink from cuecat in a directory in your path to cuecat.py. For instance: ln -s /usr/local/lib/python1.6/site-packages/cuecat.py /usr/local/bin/cuecat
  5. Copy the xcuecat.py file to a directory in your path. For instance: cp xcuecat.py /usr/local/bin/xcuecat
  6. Copy the man pages to somewhere on your MANPATH, like:

    cp cuecat.1 /usr/local/man/man1
    cp xcuecat.1 /usr/local/man/man1
    
  7. Now do "man cuecat" and "man xcuecat" to find out how to use them.