Skip to content
Snippets Groups Projects
Must define env var
SECURITY_TRANSFORM_HOME

#####
Install cmake on the system

######################## ######################## ########################
# To build this, use "./build.sh" 
######################## ######################## ########################



When configuring ELFIO-1.0.3, be sure to point the install directory at the root of wherever you put the SVN module, e.g.,

cd ELFIO-1.0.3
./configure --prefix=$SECURITY_TRANSFORMS_HOME
make
make install

####
Compile the beaengine
cmake .
make

####
cd xform
make everything

###
cd tools
make everything