You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a build system like CMake or SCons would allow more building options and integration. It would also help newer users build and contribute the library.
CMake is more standard than SCons or even automake and would allow for better integration with most projects. CMake would also allow for better cross-platform and cross-compiler building. Its also rather simple and very powerful allowing new users to very easily use it. https://cmake.org/
SCons is less mainstream than CMake however it is still very powerful and simple to use. It uses python for the build script allowing you to write very powerful build scripts to build all kinds of programs. https://scons.org/
The text was updated successfully, but these errors were encountered:
Using a build system like CMake or SCons would allow more building options and integration. It would also help newer users build and contribute the library.
CMake is more standard than SCons or even automake and would allow for better integration with most projects. CMake would also allow for better cross-platform and cross-compiler building. Its also rather simple and very powerful allowing new users to very easily use it. https://cmake.org/
SCons is less mainstream than CMake however it is still very powerful and simple to use. It uses python for the build script allowing you to write very powerful build scripts to build all kinds of programs. https://scons.org/
The text was updated successfully, but these errors were encountered: