Open iSplasher opened 4 months ago
Hi @iSplasher thanks,
I think the installation is already as easy as possible as the library can be integrated by just:
SC.cpp
file to whatever build system / project is being usedThere'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.
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.