Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 333 Bytes

CMake_ReadMe.md

File metadata and controls

21 lines (16 loc) · 333 Bytes

CMake Config

Required variables:

  1. 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