diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 19:58:24 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 19:58:24 +0000 |
commit | 65cb00ad3da0cdaad1429ac5cb01e12d7f4a6d0d (patch) | |
tree | 30cbbf5989ccde773a4832da4b907e26dfcae2cf /INSTALL | |
parent | 99a8286d49152c45ebead33df9f32bf6b7799bee (diff) |
- Add Xrender build system
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +Xrender is built with the traditional configure script: + + $ ./configure --prefix=/usr/X11R6 + +This should generate valid Makefiles, then: + + $ make + $ make install |