Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GSoC 2022 Work Summary]: Building Synfig with the MSVC Toolchain & automating the build process using Conan #2827

Closed
theartful opened this issue Sep 12, 2022 · 0 comments

Comments

@theartful
Copy link
Member

theartful commented Sep 12, 2022

This project can be neatly divided into two parts:

  1. Automating the build process using vcpkg with Windows being the target platform and msvc being the target compiler.
  2. Automating the build process using conan for both Windows (msvc) and Linux (gcc/clang).

The vcpkg part is done and merged with the following PR: #2725

The conan part is 70% done, with the work being in the following PR: #2667

I also took the liberty of trying to make synfig build with vcpkg under linux as well, with the work being in the following PR: #2825

I started working with conan, and switched to vcpkg later on. I found vcpkg to be much less powerful and less flexible than conan in all the right ways! I had a much easier time dealing with vcpkg overall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant