I am looking for a bit of advice on compiling libwebsockets on an old system. As far as I can see, there should be no issue with libwebsockets itself, however I am being held back its use of CMake as the build system. For a few dependency reasons I am unable to build CMake > 2.8 on my system, but libwebsockets depends on CMake >= 3.10.
As I see it, there are two obvious routes:
- Use a slightly newer system to generate the makefiles and try using those to compile on the older system; or
- Try to convince libwebsockets to build with CMake 2.8.
Which of these do you think is most likely to be successful?
I am looking for a bit of advice on compiling libwebsockets on an old system. As far as I can see, there should be no issue with libwebsockets itself, however I am being held back its use of CMake as the build system. For a few dependency reasons I am unable to build CMake > 2.8 on my system, but libwebsockets depends on CMake >= 3.10.
As I see it, there are two obvious routes:
Which of these do you think is most likely to be successful?