--- suX/INSTALL 2015/06/18 22:55:00 1.1 +++ suX/INSTALL 2015/06/18 23:03:52 1.2 @@ -0,0 +1,28 @@ +============================================ + (C)`11 AITNET - Sofia/Bulgaria + by Michael Pounov + + $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 ] + +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. :)