ESAPI-C 1.0
The OWASP Enterprise Security API for C

INSTALL

00001 Dependencies
00002 ===============
00003 
00004 The following dependences are assumed to be installed at compile time
00005 and runtime for the Enterprise Security API (ESAPI):
00006 
00007 * log4c 
00008 * uthash
00009 * libgcrypt
00010 
00011 Installation
00012 ===============
00013 
00014 Installation of the ESAPI library is fairly straightforward:
00015 
00016   1. `cd' to the directory containing the package's source code and type
00017      `make' to build the source. All the dependencies are assumed to be
00018      installed.
00019 
00020   2. Optionally type `make runtests' to run all the unit tests that ship
00021      with the source. These unit tests
00022 
00023   3. Type `make install' to install the library.
00024 
00025   4. To clean up any object files and artifacts left hanging around from
00026      the build process, type `make clean'.
 All Data Structures Files Functions Variables Typedefs Defines