wxWidgets with Clang++ on macOS
Build wxWidgets from source, as dynamic and static libraries. Use the Clang++ to create just one binary for both arm64 and x86_64 architectures.
Build wxWidgets from source, as dynamic and static libraries. Use the Clang++ to create just one binary for both arm64 and x86_64 architectures.
In this post, we will take the steps of installing and starting using wxWidgets libraries. Actually, we will take the source code of the officially provided “Hello World” program and will go step-by-step through it. Finally, as a ‘bonus’ we will see how we can set up VS Code with the minimum necessary settings for starting working with C++ and wxWidgets.