SaneCppLibraries
SaneCppLibraries copied to clipboard
Vcpkg support?
Hello, great project you've got going on here.
Are there any plans or intentions to make the libraries easy to install with any popular package managers? Like vcpkg?
Installation could be as easy as vcpkg install sane-cpp-libraries, and would ease adoption.
Hi @iSplasher thanks,
I think the installation is already as easy as possible as the library can be integrated by just:
- Cloning this GitHub repo
- Adding the
SC.cppfile to whatever build system / project is being used - If not on windows, link some very commonly used OS / system library
There's not even need to setup include paths.
More details at https://github.com/Pagghiu/SaneCppLibraries?tab=readme-ov-file#building
I am not sure how vcpkg would be helping in this scenario.