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, 10 months ago) by misho
Branches: MAIN
CVS tags: sux3_4, SUX3_3, HEAD
version 3.3

============================================
 (C)`11 AITNET - Sofia/Bulgaria
    by Michael Pounov <misho@elwix.org>

 $Id: INSTALL,v 1.2 2015/06/18 23:03:52 misho Exp $
============================================

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. :)

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