~ubuntu-branches/ubuntu/vivid/gimp-help/vivid

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2005-05-08 18:04:08 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050508180408-mjwl3kmjczfnmu5v
Tags: 2+0.7-5
Fix doc-base entry for gimp-help-zh-cn to point to correct directory
name (Closes: #308228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 make
13
13
 make install  (you need root priviledges for this last step)
14
14
 
 
15
In order for configure to locate the GIMP installation, pkg-config
 
16
needs to find gimp-2.0.pc. This file is installed with GIMP. If you
 
17
installed GIMP by means of binary package, you may have to install
 
18
the GIMP development package that provides gimp-2.0.pc.
 
19
 
15
20
 
16
21
If you want to work on the help content, you should enable the build
17
22
of the help files by using the --enable-build configure option:
22
27
help browser wants HTML files, the documents need to be converted.
23
28
This is done as an XSLT [1] using xsltproc [2].
24
29
 
 
30
 
25
31
If you encounter any problems during the build, these are likely
26
32
caused by the XSLT processor not being able to locate stylesheets it
27
33
needs to do the transformation. You should have an XML catalog file
32
38
 
33
39
 ./configure --with-xsl=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh
34
40
 
 
41
 
35
42
By default we do not allow the XSLT processor to attempt to download
36
43
external resources. If you have a fast internet connection, it may be
37
44
useful to allow xsltproc to fetch DTDs or entities over the network:
38
45
 
39
46
 ./configure --enable-network
40
47
 
 
48
 
41
49
If you want to test the built help files without installing them, you
42
 
can create a symlink from $prefix/share/gimp/1.3/help to the html
 
50
can create a symlink from $prefix/share/gimp/2.0/help to the html
43
51
directory or set the environment variable GIMP2_HELP_URI.
44
52
 
 
53
 
45
54
In case you just want to play with the help files without having GIMP
46
55
installed, you can disable the check for gimp-2.0 like this:
47
56