What is the correct way to retrieve rxcpp
Hi,
I would like to use RxCpp for MS Visual Studio. I would like to retrieve it from Nuget. On nuget.org package source, the latest available package of rxcpp is 4.0.0 from 2017. Why isn't there a more recent package? Should I use another source?
Thanks
The nuget package has not been updated because the credentials for the account belong to Microsoft and I do not work there anymore 🤷🏻♂️
I believe that it is available in Conan.io and vcpkg. Cmake can also download the git repo and add it to the include path.
Hi there. I was using a nuget version at first, and then went by @kirkshoop's advice to use a newer version from vcpkg.
Making long story of mine a bit shorter: with @nikobarli's help, it turned out that the package on vcpkg is now almost as stale as nuget's. Both are ~2yrs behind and lack some important paches.
Could anyone either update them from time to time (yeah, I know), or at least as a one-time action -- either remove them from those repos, or leave there some notes that these publications are not being updated and people should take source fresh from GitHub?
I've got to admit that I didn't try conan.io, I somewhat would rather not install yet another package manager, but I can try if you're 100% sure that this one is updated. Is it? :)