-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build on macOS Big Sur #207
Comments
Uncheck the box CMAKE_USE_DARWINSSL if using the CMake GUI. Or set the CACHE option to OFF in the Sleepy-Discord CMakeLists.txt. |
Building for macOS is kind of a disaster right now to be honest. I honestly recommend a Linux VM for now if you can. The issues are being worked out by others tho. |
Yep! |
You can build it on MacOS. I've done it with the GUI version of CMake using both vcpkg and building openssl from the source code. There's just some extra steps you have to take. But if you join the discord I can assist you with it. |
I have OpenSSL through brew, after changing half of CMakeLists.txt it still can't find ASIO and Boost even though they exist and are exported (everything is also installed through brew). I have sleepy-discord added as 3rd-party dependency but I just can't get it to build, after couple hours I simply gave up trying. When I think about the delay between me opening the issue and someone responding, I am not even sure I want to try it again. @mischaskaya why not tell the steps here so that it's visible for everyone instead of making me join some server to tell me there? |
Because it's a long set of steps, but if you prefer I'd post them here and you'd like to try it then sure.
|
The cmake option CMAKE_USE_DARWINSSL was renamed to CMAKE_USE_SECTRANSP
The text was updated successfully, but these errors were encountered: