Required variables:
OPENSSL_PATH
- full path to local openssl source tree
For Example:
cmake -DOPENSSL_PATH=/home/user/openssl .
Build Example:
cd ~/gost-engine
mkdir build
cd build
cmake -DOPENSSL_PATH=/home/user/openssl ..
make -j 8
cd ../bin
Required variables:
OPENSSL_PATH
- full path to local openssl source treeFor Example:
cmake -DOPENSSL_PATH=/home/user/openssl .
Build Example:
cd ~/gost-engine
mkdir build
cd build
cmake -DOPENSSL_PATH=/home/user/openssl ..
make -j 8
cd ../bin