Name | Modified | Size | Downloads / Week |
---|---|---|---|
sassy-cfi.0.0.r18.tar.gz | 2021-02-01 | 482.6 kB | |
cfi-api.pdf | 2019-10-17 | 651.7 kB | |
cfi-api.tgz | 2019-10-17 | 799.8 kB | |
README | 2017-08-11 | 1.3 kB | |
Totals: 4 Items | 1.9 MB | 0 |
The Common Facilities Infrastructure library, libcfi. A collection of useful bit'n'pieces for configuration etc. The Common Development Infrastructure library, libcdi. A library for testing and tracing C++ programs. The sassy-logger program for collecting application log messages from multiple processes. The trc2dot program for converting the trace output from libcdi's trace functions to a form suitable forthe GraphViz dot program. Prerequisites ~~~~~~~~~~~~~ You will need the development version of libxml2. Build Instructions ~~~~~~~~~~~~~~~~~~ Unpack the tar file. cd into sassy-cfi.0.0 WARNING This code seems reliable, but has not been widely tested. Initial installation should not be to /usr until you are happy with its reliability. Create the SASSY environment variable: export SASSY=$(pwd) Create a build directory and configure the software for your environment: $ mkdir build $ cd build $ ../configure --prefix=$SASSY Build and test: $ make $ make check Note: There will be pause of about 10 seconds during the test as a timeout is tested. Install into $SASSY $ make install Release Notes ~~~~~~~~~~~~~ Build sassy-cfi.0.0.r4 2017-08-11 An intial version pulled from other projects. Modified to make testing independent of the installed location.