summaryrefslogtreecommitdiff
path: root/BuildingXtest.mdwn
diff options
context:
space:
mode:
authorEricAnholt <EricAnholt@web>2013-12-20 16:09:31 -0800
committerxorg <iki-xorg@freedesktop.org>2013-12-20 16:09:31 -0800
commit1ba18a0ea7ca5aceab1de96b5f246420fe1dee1e (patch)
treec6778178a8822d831024e8a02dd84c7c0ee2f197 /BuildingXtest.mdwn
parenta1047f36136c2aa5a17ac4a2835da11184987d1f (diff)
Drop instructions about ancient CVS.
Diffstat (limited to 'BuildingXtest.mdwn')
-rw-r--r--BuildingXtest.mdwn21
1 files changed, 1 insertions, 20 deletions
diff --git a/BuildingXtest.mdwn b/BuildingXtest.mdwn
index 1db794fa..f7195bb4 100644
--- a/BuildingXtest.mdwn
+++ b/BuildingXtest.mdwn
@@ -1,5 +1,4 @@
-
## Check out the XTS code
The XTS uses autotools and can be obtained with:
@@ -21,24 +20,6 @@ For more information, see the README in the xts repository.
The tests are divided into protocol tests, Xlib (per chapter) and extension tests. Each of these subsection can be run separately with the _make test-<section>_ command. e.g. make test-Xlib13 will only run the Xlib13-related tests.
-
-## CVS version of the XTS
-
-_The following information refers to the CVS, non-autotooled version of the XTS. We do not recommend using this version._
-
-Anonymous CVS is available from:
-[[!format txt """
-cvs -z3 -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/xtest login
-cvs -z3 -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/xtest co xtest
-cd xtest
-export TET_ROOT=`pwd`
-export PATH=$TET_ROOT/bin:$TET_ROOT/xts5/bin:$PATH
-make
-cd xts5
-"""]]
-(This won't install anything outside of the checkout tree.) This creates an assortment of journal files with the output from the various build commands. Hopefully that will go away eventually, but in the meantime look in xts5/results. Use `CFLOCAL=<cflags>` to set local C compiler flags (for example `-g`) (**NOTE:** this is only supported for xts5 not for tet).
-
-
### Additional Requirements
The XTS code uses a call to `_XConnectDisplay`. This function is provided by libX11, but only if libX11 was compiled **without** XCB support (`--with-xcb=no`).
@@ -109,4 +90,4 @@ Use the vswrpt command (which should now be in your path) to see the results of
[[!format txt """
tcc -c
make clean
-"""]] \ No newline at end of file
+"""]]