summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/build-sshsm.sh
blob: e26d44bfdd9674e96776746c31fd6ac5fe70a611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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