Indeed, that covers most of what I was looking for (how did I not find that before?)So that suggests you're geared up for cmake and all the stuff that brings with it.So, I am looking to keep things as simple as I can. I have CMakeLists.txt for my projects, I have a bunch of tool chains, and no real clue where to go from there.
https://cmake.org/cmake/help/book/maste ... CMake.html
A quick read through seems to answer quite a few queries.
I have a couple of outstanding issues. If I have dynamic dependencies, such as, for instance sqlite3, what is a good method to provide everything I would need, such as header files and .so files ? Since I'm building for armhf and aarch64, I can't just use apt to download and install a .deb, after all.
Thanks
Statistics: Posted by SteveSpencer — Sat May 04, 2024 8:39 am