blob: e26d44bfdd9674e96776746c31fd6ac5fe70a611 [file] [log] [blame]
NingSunfd33dba2018-03-08 16:11:39 -08001#!/bin/bash
2#
3
4CURRENTDIR="$(pwd)"
5echo $CURRENTDIR
6
7echo 'Building the SoftHSMv2...'
8
9cd SoftHSMv2
10sh autogen.sh
11./configure
12make check
13cd ..
14
15echo 'Building the TPM2-Plugin...'
16
17cd TPM2-Plugin
18./bootstrap
19./configure
20make