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

fix Windows .NET SDK build process #5

Open
rinusser opened this issue Mar 23, 2019 · 0 comments
Open

fix Windows .NET SDK build process #5

rinusser opened this issue Mar 23, 2019 · 0 comments

Comments

@rinusser
Copy link
Owner

Currently building the application with a Microsoft .NET SDK in Windows doesn't work:

  • the Gtk# libraries could not be found without passing a custom package path to msbuild
  • msbuild couldn't find the Mono.Posix package (required for Gtk#) even after manually installing it with NuGet.

Look into why this happened, maybe the standalone Gtk# installation avoids these issues. Ideally on Windows computers with one of the .NET SDKs and Gtk# installed, developers should be able to just run msbuild to build the application.

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