Support #13765
openbuilding and installing on linux ubuntu 24.04
0%
Description
I am trying to build Wt on ubuntu 24.04 without luck.
Building instructions are different on different sources and none of them worked so far.
Wondering if it would be possible to provide a package, so it could be installed using apt / apt-get out of repository?
I see binaries are available for download for (God forbid!) Windows, but other OSes... :(
Updated by Matthias Van Ceulebroeck 21 days ago
- Status changed from New to Feedback
- Assignee set to s m
Hello,
it would be handy to know what is going wrong in your build process. Can you post the CMake output/log?
Normally there shouldn't be too much involved here. You should have:
- CMake
- GCC/Clang
- Boost (thread/filesystem/program_options/system/(optionally: unit_test_framework))
If these are installed, it's all a matter of configuring Wt's optional dependencies (ENABLE_*
).
We do not maintain packages, as there are a variety of build systems, and configurations.
Please let me know if you have any more issues.
Best,
Matthias