Skip to content
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

Use a build system like CMake or SCons #29

Open
SarahCosmosys opened this issue Mar 9, 2020 · 1 comment
Open

Use a build system like CMake or SCons #29

SarahCosmosys opened this issue Mar 9, 2020 · 1 comment

Comments

@SarahCosmosys
Copy link

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/

@faragon
Copy link
Owner

faragon commented Mar 11, 2020

Hi, thank you, I'll consider your suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants