cppan / tests

1 stars 0 forks source link

Packages at C++ Archive Network #4

Open egorpugin opened 7 years ago

egorpugin commented 7 years ago

Hi guys,

You did requests to vcpkg about some packages to add. Some of them available at C++ Archive Network (CPPAN) https://cppan.org/.

@nurse @sdcb @corporateshark @andrewmcwatters @traversaro @madduci

egorpugin commented 7 years ago

CPPAN manages packages' dependencies, versions, different OSs (it's crossplatform from very beginning), handles crossplatform builds very easy (build will inherit your current project settings and autocrossplaform all deps). All builds are cached too - you build your dependency only once. Static/shared mt/md 32/64 deb/rel/... different toolchains (vc11, vc12,vc14, clangX.X, gcc-X) are handled and supported out of the box (with help of CMake). It also stores sources on its site, so they shouldn't be lost. And more to come.

Feel free to register there and add your own projects, share with friends.

madduci commented 7 years ago

+1 for the cross platform capabilities