diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 16:47:59 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 16:47:59 +0000 |
commit | daa2ab8a2deff5730713c38322be53ed8facae74 (patch) | |
tree | 0a08a5f59f24401a914bcbb49fdd553581e363a5 /INSTALL | |
parent | a9055b6135f82bafefd05b140c9ec4a6d0b1fc9f (diff) |
Add Xdamage build system
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +Render is built with the traditional configure script: + + $ ./configure --prefix=/usr/X11R6 + +This should generate valid Makefiles, then: + + $ make + $ make install |