File:  [ELWIX - Embedded LightWeight unIX -] / suX / INSTALL
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Jun 18 23:03:52 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: sux3_4, SUX3_3, HEAD
version 3.3

    1: ============================================
    2:  (C)`11 AITNET - Sofia/Bulgaria
    3:     by Michael Pounov <misho@elwix.org>
    4: 
    5:  $Id: INSTALL,v 1.2 2015/06/18 23:03:52 misho Exp $
    6: ============================================
    7: 
    8: How to build and install suX on the system.
    9: 
   10: 0) Get project by ordinary or extraordinary way :-P
   11: From tar ball or by ELWIX CVS repository like that
   12:   Web:	http://www.elwix.org/
   13:   CVS:	cvs -d anoncvs@cvs.elwix.org:/cvs checkout [-r <release>] <project_name>
   14: 
   15: 1) Configure project or see what offers as options from configure scripti --help.
   16: 
   17: 	cd suX
   18: 	./configure
   19: 
   20: 2) Build project
   21: 
   22: 	make
   23: 
   24: 3) Install project on the system
   25: 
   26: 	make install
   27: 
   28: After whole this work we should have installed suX wrapper into system. :)

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