Benjamin Sergeant 93f16018f7 typo
2018-10-09 15:25:17 -07:00
..
2018-10-09 15:25:17 -07:00

Building

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Disable TLS

  • Enable: cmake -DUSE_TLS=OFF ..
  • Disable: cmake -DUSE_TLS=ON ..