Compilation In this page, you will find the options available on the makefile of the GostCrypt sources. VERBOSE If you want to print all the commands launched by the compilation, add the option : VERBOSE=1 NOGUI You don't always want a GUI. You can choose in the makefile to not compile this part of the project. NOGUI=1 PKCS 11 To tell what is the path to your Pkcs11 folder, you have to use : PKCS11_INC=/absolute/path/to/the/folder