Diff for /suX/INSTALL between versions 1.1 and 1.2

version 1.1, 2015/06/18 22:55:00 version 1.2, 2015/06/18 23:03:52
Line 0 Line 1
   ============================================
    (C)`11 AITNET - Sofia/Bulgaria
       by Michael Pounov <misho@elwix.org>
   
    $Id$
   ============================================
   
   How to build and install suX on the system.
   
   0) Get project by ordinary or extraordinary way :-P
   From tar ball or by ELWIX CVS repository like that
     Web:  http://www.elwix.org/
     CVS:  cvs -d anoncvs@cvs.elwix.org:/cvs checkout [-r <release>] <project_name>
   
   1) Configure project or see what offers as options from configure scripti --help.
   
           cd suX
           ./configure
   
   2) Build project
   
           make
   
   3) Install project on the system
   
           make install
   
   After whole this work we should have installed suX wrapper into system. :)

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>