mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 07:00:11 +01:00
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
55c7baa5e9
commit
dbf346502a
2 changed files with 15 additions and 13 deletions
|
|
@ -3,4 +3,4 @@ SUBDIRS = src xcbgen
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = xcb-proto.pc
|
pkgconfig_DATA = xcb-proto.pc
|
||||||
|
|
||||||
EXTRA_DIST=doc xcb-proto.pc.in autogen.sh
|
EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md
|
||||||
|
|
|
||||||
|
|
@ -27,21 +27,23 @@ there is a file named 'local.pth' in /usr/lib/python2.5/site-packages,
|
||||||
which contains '/usr/local/lib/python2.5/site-packages'. Note that
|
which contains '/usr/local/lib/python2.5/site-packages'. Note that
|
||||||
this is only necessary on machines where XCB is being built.
|
this is only necessary on machines where XCB is being built.
|
||||||
|
|
||||||
Please report any issues you find to the freedesktop.org bug tracker,
|
Please report any issues you find to the freedesktop.org bug tracker at:
|
||||||
at:
|
|
||||||
|
|
||||||
<https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
|
https://gitlab.freedesktop.org/xorg/proto/xcbproto/issues
|
||||||
|
|
||||||
Discussion about XCB occurs on the XCB mailing list:
|
Discussion about XCB occurs on the XCB mailing list:
|
||||||
|
|
||||||
<mailto:xcb at lists.freedesktop.org>
|
https://lists.freedesktop.org/mailman/listinfo/xcb
|
||||||
<http://lists.freedesktop.org/mailman/listinfo/xcb>
|
|
||||||
|
|
||||||
You can obtain the latest development versions of XCB using GIT.
|
You can obtain the latest development versions of xcb-proto using GIT from
|
||||||
For anonymous checkouts, use:
|
the xcbproto code repository at:
|
||||||
|
|
||||||
git clone git://anongit.freedesktop.org/git/xcb/proto
|
https://gitlab.freedesktop.org/xorg/proto/xcbproto
|
||||||
|
|
||||||
For developers, use:
|
For anonymous checkouts, use:
|
||||||
|
|
||||||
git clone git+ssh://git.freedesktop.org/git/xcb/proto
|
git clone https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
|
||||||
|
|
||||||
|
For developers, use:
|
||||||
|
|
||||||
|
git clone git@gitlab.freedesktop.org:xorg/proto/xcbproto.git
|
||||||
Loading…
Add table
Reference in a new issue