blob: e26d44bfdd9674e96776746c31fd6ac5fe70a611 [file] [log] [blame]
#!/bin/bash
#
CURRENTDIR="$(pwd)"
echo $CURRENTDIR
echo 'Building the SoftHSMv2...'
cd SoftHSMv2
sh autogen.sh
./configure
make check
cd ..
echo 'Building the TPM2-Plugin...'
cd TPM2-Plugin
./bootstrap
./configure
make