[lastbash-cvs] blis_pages Install,1.2,1.3
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2006-12-06 13:53:45
|
Update of /cvsroot/lastbash/blis_pages In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18954 Modified Files: Install Log Message: Added command line prompts. Index: Install =================================================================== RCS file: /cvsroot/lastbash/blis_pages/Install,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Install 6 Dec 2006 13:15:55 -0000 1.2 +++ Install 6 Dec 2006 13:53:41 -0000 1.3 @@ -13,12 +13,12 @@ First, unpack the archive (replace the version number with the correct one) and enter the directory - tar xzf lastbash-0.3.0.tar.gz - cd lastbash-0.3.0 + $ tar xzf lastbash-0.3.0.tar.gz + $ cd lastbash-0.3.0 Then run the program (assuming @@bash@@ is your shell) - ./lastbash + $ ./lastbash Please see the [[Usage]] page for details on LastBASH usage. @@ -26,15 +26,15 @@ To perform an installation with default options, run the next command as root. - make install + # make install If you like, parameters can be specified in the command line, like this. - make prefix=/usr/bin install + # make prefix=/usr/bin install == Uninstall == To perform the uninstall process, type the next command (with or without some parameters in the command line) as root. - make uninstall + # make uninstall |