I apologize as I’m not very good with installation/using the terminal and I’m currently stuck with my installation. I really appreciate the help. I’ve installed cmake and OpenSSL (I used Homebrew to install OpenSSL). The message I get for the error is:
[ 92%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lejp.c.o make[2]: *** No rule to make target `/usr/local/Cellar/openssl/1.0.2j/lib/libssl.dylib', needed by `lib/libwebsockets.14.dylib'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 93%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/lejp-conf.c.o make[1]: *** [CMakeFiles/websockets_shared.dir/all] Error 2 make: *** [all] Error 2
I have used the “export OPENSSL_ROOT_DIR=...” trick as stated in the README.build file. If I do not do that then it just stops earlier in the make process with an error. I’ve looked online but everything I’ve tried hasn’t worked. Thank you so much.