diff options
author | Deron <djlocal@djlaptop.chn.comcast.net> | 2006-11-16 10:00:18 -0800 |
---|---|---|
committer | Deron <djlocal@djlaptop.chn.comcast.net> | 2006-11-16 10:00:18 -0800 |
commit | 4897f5579cd772cc3761e12ec52d865785082fe9 (patch) | |
tree | d9badc361f5b7a03b8184ba03d60e59b7aa3781f /INSTALL |
Initial commit
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +Lg3dProto is built with the traditional configure script: + + $ ./configure --prefix=/usr/X11R6 + +This should generate valid Makefiles, then: + + $ make + $ make install |