OSSP CVS Repository |
|
|
_ ___ ____ ____ ____
|_|_ _ / _ \/ ___/ ___|| _ \ ___ __ _
_|_||_| | | | \___ \___ \| |_) | / __|/ _` |
|_||_|_| | |_| |___) |__) | __/ \__ \ (_| |
|_|_|_| \___/|____/____/|_| |___/\__,_|
OSSP sa - Socket Abstraction
INSTALLATION
To install OSSP sa into /path/to/sa/ perform
the following steps in your shell:
$ ./configure --prefix=/path/to/sa
$ make
$ make check
$ make install [DESTDIR=/path/to/temp/root]