-
Notifications
You must be signed in to change notification settings - Fork 308
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
Update CMake instructions in the PortAudio Tutorial #662
Comments
The existing CMake build instructions are here: http://files.portaudio.com/docs/v19-doxydocs/compile_cmake.html The source is here if anyone would like to edit it and submit a PR: https://github.com/PortAudio/portaudio/blob/master/doc/src/tutorial/compile_cmake.dox Off the top of my head one thing that should be covered is how to build shared vs. static lib as I think this has changed. We should also clean up the build instruction links here to make it clear what build systems we support: http://files.portaudio.com/docs/v19-doxydocs/tutorial_start.html |
I'll make a PR soon. |
I found that this sequence worked to build the examples and tests:
|
Related #486 |
I've made PR #951 to update the docs with warnings and annotations about inconsistencies between our docs and CMake Honestly this is a disgrace. I should not have approved the merge of CMakeLists.txt changes without accompanying updates to the documentation. With this ticket being open for almost 3 years, with no PortAudio CMake developers stepping up to fix it, the obvious conclusion is that CMake is an unsupported build system for PortAudio. |
Removed @Be-ing as assignee, clearly they have moved on. |
We describe using ./configure but CMake is now a good alternative and should be documented.
Document building libraries, examples, tests and MSVC projects.
The text was updated successfully, but these errors were encountered: