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

Cmake #1

Merged
merged 4 commits into from
May 17, 2024
Merged

Cmake #1

merged 4 commits into from
May 17, 2024

Conversation

Ritchie333
Copy link
Owner

Migrate autoconf to cmake

Removed autoconf-dependent files, rewritten with cmake scripts
Turn USE_MT_GENTILES on for compilation and log its use.

Also fix typo in INSTALL instructions.
Removed boost filesystem and Magick++, as passing std::string across library boundaries in a pain in the neck to port reliably to multiple architectures. Replaced the former with direct methods and the latter with the latest MagickWand API. Also added some comments bits for Windows MinGW report, which need refactoring into the main CMake script
Change required version to 3.15 (older Debian distros still use this)
Change requirement from Magick++-config to Magickwand-config (as the older C API is being used as it plays nicer with MinGW)
@Ritchie333 Ritchie333 merged commit 98e18d9 into master May 17, 2024
1 check failed
@Ritchie333 Ritchie333 deleted the cmake branch May 17, 2024 10:41
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