ddobrev / QtSharp

Mono/.NET bindings for Qt
Other
571 stars 51 forks source link

Request: .bat file to download & setup the necessary files #48

Open define-private-public opened 7 years ago

define-private-public commented 7 years ago

I've tried running through the Docs to get started with QtSharp on Windows but I keep on running into brick walls. I know this is some extra work, but would you be able to create a .bat that I could run where it would download all of the necessary repos/files and run the build commands for them?

Also, have you or anyone else been able to run this in MonoDevelop/Xamarin Studio? I'd like to use VS on windows, but their login thing is locking me out of the IDE...

ddobrev commented 7 years ago

I haven't fully polished the process of users building Qt# themselves yet. Could you please use my binary releases instead? You can find links to examples at my main page ( https://github.com/ddobrev/QtSharp ). About MonoDevelop - Qt# consists of regular managed libraries so it makes no difference what IDE they are used from.

Hecatron commented 7 years ago

Just to add, what I'd recommend at some future point is the use of the dotnet cli tool that's part of .Net core. That's not to say you need to use or reference the .Net Core framework libs, but you can use it's build system to target the existing .Net framework libs in a cross platform way. It has the benefits of

You probably won't be able to do that for anything involving C++ though just yet.