upload tizen2.0 source
[framework/uifw/xorg/lib/xtrans.git] / README
1 xtrans is a library of code that is shared among various X packages to
2 handle network protocol transport in a modular fashion, allowing a
3 single place to add new transport types.  It is used by the X server,
4 libX11, libICE, the X font server, and related components.
5
6 It is however, *NOT* a shared library, but code which each consumer
7 includes and builds it's own copy of with various #ifdef flags to make
8 each copy slightly different.  To support this in the modular build
9 system, this package simply installs the C source files into
10 $(prefix)/include/X11/Xtrans and installs a pkg-config file and an
11 autoconf m4 macro file with the flags needed to use it.
12
13 Documentation of the xtrans API can be found in the included xtrans.xml
14 file in DocBook XML format. If 'xmlto' is installed, you can generate text,
15 html, postscript or pdf versions of the documentation by configuring
16 the build with --enable-docs, which is the default.
17
18 Please submit bugs & patches to the Xorg bugzilla:
19
20         https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
21
22 under the component "Lib/xtrans".
23
24 All questions regarding this software should be directed at the
25 Xorg mailing list:
26
27         http://lists.freedesktop.org/mailman/listinfo/xorg
28
29 The master development code repository can be found at:
30
31         git://anongit.freedesktop.org/git/xorg/lib/libxtrans
32
33         http://cgit.freedesktop.org/xorg/lib/libxtrans
34
35 For more information on the git code manager, see:
36
37         http://wiki.x.org/wiki/GitPage