SaneCppLibraries icon indicating copy to clipboard operation
SaneCppLibraries copied to clipboard

Vcpkg support?

Open iSplasher opened this issue 1 year ago • 1 comments

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.

iSplasher avatar Jul 05 '24 01:07 iSplasher

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.cpp file 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.

Pagghiu avatar Jul 05 '24 18:07 Pagghiu