# Building 1. mkdir build 2. cd build 3. cmake .. 4. make ## Disable TLS * Enable: `cmake -DUSE_TLS=OFF ..` * Disable: `cmake -DUSE_TLS=ON ..`