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 System out of date #15

Open
sleistikow opened this issue Jan 13, 2025 · 0 comments
Open

Build System out of date #15

sleistikow opened this issue Jan 13, 2025 · 0 comments

Comments

@sleistikow
Copy link
Contributor

sleistikow commented Jan 13, 2025

Unfortunately, Voreen's build system and libraries have become outdated.

This is a short summary of major points required to update the build system and libraries.

  • Make Voreen Modules own CMake targets. This immensly speeds up builds if a module was added/removed.
  • Use (at least!) c++17. C++20 would be desirable.
  • Switch to Qt6 (requires c++17).
  • Remove boost in favor of the STL, All used boost features should now be part of the STL.
  • Remove or update outdated modules (s.a. ffmpeg. itk)
  • Use modern CMake: - meanwhile, some dependencies such as VTK removed support for manually adding libraries and headers.
  • Use some package manager such as vcpkg or CPM.
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

1 participant