File: README.source

package info (click to toggle)
epiphany 0.7.0%2B0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,528 kB
  • sloc: cpp: 6,404; ansic: 141; makefile: 77; sh: 7
file content (22 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
README for epiphany
-------------------

Original source package contains an embedded copy of an old tinyxml
library, and also symlinks to automake-10 tools. All of this cruft has
been removed by repackaging. This of course means that supplied orig
tarball cannot be built standalone.

To make it buildable again:

 a) (as intended by upstream) the tinyxml files can be copied back
    to the removed src/tinyxml subdirectory. Checked to work with
    Debian version 2.6.2-2 (but older ones may also work).

 b) (the Debian way) just apply the patch “use-shared-tinyxml.diff”
    to build it against the tinyxml shared library. This needs
    libtinyxml-dev installed and also to run “autoreconf -i” before
    configure to recover the removed autotools scripts.

Happy hacking!
-- 
Ricardo Mones <mones@debian.org>