Page 1 of 1

Add a copperspice vcpkg(s)

Posted: Sat Oct 19 2019 3:35 pm
by rconde01
Adding a vcpkg copperspice (and related libraries) packages would make it much easier to integrate and evaluate.

Re: Add a copperspice vcpkg(s)

Posted: Sat Oct 19 2019 8:01 pm
by barbara
We currently have a developer on the CS team who is working on CopperSpice nuget packages and setting on the Azure pipeline.
https://www.nuget.org/packages/Copperspice/

In the last month we have dropped support for Autotools in favor of our CMake build files. We are going through a major update and the team is in code review. After this has been completed we will add support for packages on multiple platforms.

Barbara

Re: Add a copperspice vcpkg(s)

Posted: Sun Oct 20 2019 7:00 pm
by janwilmans
Hi rconde01,

I'm the resident MSVC guy on call :) working on tooling, code reviews, packaging and testing

We are working on packages for CopperSpice. If you happen to use Visual Studio, there is a NuGet package available.
Also I've created a 'getting started' project for that here: https://github.com/janwilmans/copperspice-gettingstarted

CMake support is being bought up to date with a more recent version of CMake and soon after that I will work on packages for more platforms.

Jan