Dear all,
I was trying to build CST 3.3.1 from source code. I followed README.md in cst-3.3.1/code/back_end-hsm but couldn't find libfrontend.a.
Following is what I read from README.md:
## Compile backend
To compile backend and CST from souce
Compile the backend source code using the following command:
$ make
Options:
OPENSSL_PATH Specify prefix of path of OpenSSL
## Compile Code-Signing tool
Copy libfrontend.a to project source folder them compile CST using the following command:
This is what I have done
cst-3.3.1/code/back_end-hsm/src$ make clean
code/back_end-hsm/src$ make
Can you show me, where I can find the libfrontend.a file?
regards
Pan