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 Meson for a build system #102

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

grobe0ba
Copy link

@grobe0ba grobe0ba commented May 7, 2021

This adds support for using the Meson build system.

It has been tested on OpenBSD 6.7 amd64 and CentOS 8 amd64, and should work without issues when compiling for or on i386 systems. Some work has been done towards building for 32-bit ARM, but is incomplete at this point.

A quick start section for using Meson has been added to the user manual, however content regarding the original method of building has not been removed or modified, as this is meant to be a generic rather than tailored build.

This PR does include some minor code changes that were not directly part of adding Meson, however they are needed for a clean build on modern platforms, since some examples relied on the now deprecated `gets' function.

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.

1 participant