-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add build instructions #92
Comments
Hey @ShortRoundDev, this project is still being supported. As far as building, we use cmake to build everything so the existing sln is more of an old artifact that needs to be removed. The basic instructions for creating the solution would be as follows (requires cmake):
I'll get some instructions written up and added to the readme sometime this week. |
Some build instructions for macOS would be wonderful too :) |
Dupe / related: #70 |
Hello! |
Is this project still being supported? I may be missing something here, but master branch doesn't build on VS2022 under > C++14. I'm on Windows 10 21H1
Are there build instructions for the SLN file? It appears this may require C++ 11 if it's still using the experimental headers?
The text was updated successfully, but these errors were encountered: