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

build!: replace configure.py with meson documentation #80

Merged
merged 34 commits into from
Jan 17, 2024
Merged

Conversation

c-dilks
Copy link
Member

@c-dilks c-dilks commented Jan 16, 2024

Resolve #77, however, we don't want to encourage using an INI file for more than it's designed for. Thus, we limit the INI file guidance to handling dependency resolution only, and defer all other build option setting guidance to the documentation.

The idea here is that users should use meson commands as they are designed (e.g., don't rm -rf build directories). This will make building Iguana completely transparent for the general user (we don't want to maintain a meson wrapper); it also teaches users how to build a meson project.

@c-dilks c-dilks changed the title build!: replace configure.py with a sample INI file build!: replace configure.py with meson documentation Jan 16, 2024
@c-dilks c-dilks enabled auto-merge (squash) January 17, 2024 16:43
@c-dilks c-dilks merged commit 0eff313 into main Jan 17, 2024
26 checks passed
@c-dilks c-dilks deleted the sample-ini branch January 17, 2024 16:48
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

Successfully merging this pull request may close these issues.

replace configure.py with an example build.ini
1 participant