diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-07 18:25:28 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-07 18:25:28 +0000 |
commit | 7098e81fd4d933ca922431280579049396466d23 (patch) | |
tree | 58e9b1e6aba9836a3ea58844501b12c230979c23 /INSTALL | |
parent | 29e0de5f572341b4c05476138aceb8eaa6609a93 (diff) |
Add build sytem for Xcomposite
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +Xcomposite is built with the traditional configure script: + + $ ./configure --prefix=/usr/X11R6 + +This should generate valid Makefiles, then: + + $ make + $ make install |