summaryrefslogtreecommitdiff
path: root/README
blob: 1f717e0b91f6ab5775e19f86b6b420b28c3ceca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This is a collection of scripts that I'm using to ease the pain of
developing on the X.Org platform. Some cornerstone capabilities:

- Geared towards Ubuntu, since that's what I use
- Makefile to simply full build updates (pulling a lot of repositories and
  building / autoconf'ing)
- Scripts to keep your entire custom X.Org in a prefix inside your home
  directory
- Normal distribution startup will use distribution X.Org
- Helper scripts are available to start custom-X.Org desktop sessions (you
  should install 85rescue-library-path)
- Supports programming on one machine, and actually running X on a different
  machine (though in my setup, all machines are fairly similar in terms of
  software that runs on them)
- Best used with ccache & distcc (Hint: You may want to install your
  distribution's packages and start distccd as a service)

This is not intended to be a released software package, since a lot of
things are *really* specific to my style of working, and to the fact that I'm
mostly hacking on Radeon 3D. However, I put it available for everybody so that
you may take your pick and put together whatever scripts will help your
particular problem.

Note: Kudos go to many other scripts that I've stolen from (particularly the
git_xorg.sh, and probably others about which I've forgotten since then),
and you are explicitly encouraged to steal from my scripts. Consider
anything without an explicit statement saying otherwise to be in the public
domain.