From: Peep P. <so...@us...> - 2004-04-03 20:22:42
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3744 Modified Files: INSTALL Log Message: su -c "make install" is a fine command. Index: INSTALL =================================================================== RCS file: /cvsroot/agd/server/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- INSTALL 12 Mar 2004 08:32:10 -0000 1.1 +++ INSTALL 3 Apr 2004 20:10:15 -0000 1.2 @@ -2,10 +2,7 @@ $ ./configure $ make If you have root access: - $ su - # make install - # logout - $ agd + $ su -c "make install" If you don't have root access, you need to copy src/agd, src/options, lib/ and optionally doc/ to a directory, edit 'options' and change the lib root, then |