diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-08 17:48:03 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-08 17:48:03 +0000 |
commit | 32107cdd57b4796c3f41ac56c9ba683be3d894af (patch) | |
tree | 11add59c706cd1b5cbde1dd7c6c8fc7a5fc13943 /INSTALL | |
parent | 84264cf7a9ce88850f3bc18428e2c046ff0251ed (diff) |
Check in build system for Xrandr
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 |