GithubHelp home page GithubHelp logo

Comments (2)

ddobrev avatar ddobrev commented on May 27, 2024

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.

from qtsharp.

Hecatron avatar Hecatron commented on May 27, 2024

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

  • Already capable of cross platform building
  • More easily package c# libs into NuGet packages
  • The project files (currently a .xproj and a project.json files) don't need to have the C# files listed within in them
  • Auto download / restore of package depends from NuGet
  • At some later date if you want to, you can try and target the next generation .Net Core libs just by adding a line into project.json

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

from qtsharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.