~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty

« back to all changes in this revision

Viewing changes to build/source/utils/ps2eps/INSTALL.txt

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSTALLATION 
 
2
------------
 
3
 
 
4
* Prerequisites
 
5
you need:
 
6
 - perl (an interpreter for the perl language, see http://www.perl.com)
 
7
 - ghostscript (an interpreter/raster image processor 
 
8
                for the PostScript language,
 
9
                see http://www.cs.wisc.edu/~ghost/)
 
10
 - maybe an ANSI-C compiler if you don't use Linux, Solaris, Digital Unix,
 
11
   HP-UX or Windows 9x/NT/2000. Sorry for the inconvenience, but I tried
 
12
   to write a bbox equivalent in perl and it was terribly slow. Therefore
 
13
   I stick to C, because of much better performance.
 
14
 
 
15
* How to install
 
16
 
 
17
  Please check that you have working
 
18
  perl and ghostscript packages.
 
19
 
 
20
  Linux/UNIX-based platform
 
21
  =========================
 
22
  1.) install bbox
 
23
 
 
24
  If a bbox binary is included for your platform you simply move it
 
25
  into any directory of the system search path. Otherwise, you have
 
26
  to compile bbox.c first by invoking 
 
27
  cc -o bbox bbox.c. 
 
28
  Please make sure that bbox is executable (chmod a+x bbox).
 
29
  If you already have a working perl and a working ghostscript, you're 
 
30
  finished here, else you have to install them first.
 
31
 
 
32
  2.) install ps2eps
 
33
  On Unix platforms you simply move the perl script ps2eps into
 
34
  a directory which is included in the system or personal search 
 
35
  path (e.g., /usr/local/bin, $home/bin). Please make sure that
 
36
  ps2eps is executable (chmod a+x ps2eps).
 
37
 
 
38
  Windows-based platform
 
39
  ======================
 
40
  Use the command line interpreter:
 
41
  Copy bbox.exe from bin/win32/ directory into a directory that is 
 
42
  in your's or the system's search path for executables. Please try 
 
43
  to invoke bbox -h afterwards.
 
44
 
 
45
  The best possibility is to use associated file types under 
 
46
  Windows NT/2000/XP:
 
47
  1.) rename ps2eps to ps2eps.pl and 
 
48
  2.) SET PATHEXT=.pl;%PATHEXT% or use the 
 
49
      settings -> control panel -> system -> "advanced" tab -> environment variables
 
50
      and edit the PATHEXT entry accordingly.
 
51
  3.) then simply typing ps2eps should invoke ps2eps correctly 
 
52
 
 
53
  Another option is to call perl directly:
 
54
  perl ps2eps ...
 
55
  
 
56
  The script assumes that you have "gswin32c" as 
 
57
  postscript interpreter in your path. Under Windows ps2eps
 
58
  can perform wildcard expansion now on its own.
 
59
 
 
60
UPDATES
 
61
-------
 
62
Possibly you can find the newest version at the
 
63
following URL:
 
64
http://www.tm.uka.de/~bless/ps2eps