Imported Upstream version 0.16
[platform/upstream/chrpath.git] / README
1 chrpath
2 =======
3
4 chrpath allows you to modify the dynamic library load path (rpath) of
5 compiled programs.  Currently, only removing and modifying the rpath
6 is supported.  Eventually, I hope to be able to add an rpath if it is
7 missing.
8
9 This tool is based on two small programs I found on the GCC mailing
10 list.
11
12 Similar tools:
13 --------------
14
15 There is elfhack by Ric Klaren doing almost the same thing, and a bit
16 more.  <URL: http://wwwhome.cs.utwente.nl/~klaren/software/ >.
17
18 License:
19 --------
20
21 chrpath is licensed under the GNU Public Licence.  See COPYING for
22 the terms.
23
24 Source, patches and fixes:
25 --------------------------
26
27 The latest source is available from
28   <URL: https://alioth.debian.org/frs/?group_id=31052 >
29
30 The project repository and developer mailing list are available
31 from <URL: https://alioth.debian.org/projects/chrpath/ >
32
33 Send patches and updates to the Alioth project.