UnicordDev / Unicord

A free, open source Discord Client for Windows 10 and Windows Phone 10
MIT License
229 stars 27 forks source link

Can't build on linux with mono #94

Closed TanyaEleventhGoddess closed 6 months ago

TanyaEleventhGoddess commented 6 months ago

Unable to build on linux with mono framework. Tried doing xbuild Unicord/Unicord.csproj but it said it needed xmlns="http://schemas.microsoft.com/developer/msbuild/2003" in the <Project> element.

Added it and it said there's "No target found in the project"

Please fix that or if I'm doing something wrong add precise instructions for building the project from command line in README

WamWooWam commented 6 months ago

You cannot build this project on Linux, you sure as shit can't build this project with Mono. Sorry.

TanyaEleventhGoddess commented 6 months ago

You cannot build this project on Linux, you sure as shit can't build this project with Mono. Sorry.

Why? Isn't an opensource project supposed to be cross-platform? We have an opensource C# compiler for supplying C# abstractions and framework already

WamWooWam commented 6 months ago

This is a Universal Windows Platform project that depends on, well, the Universal Windows Platform component of... Windows. It will not run on Linux or macOS, not even under Wine. There is no requirement for an open source project to be cross platform? I don't quite know where that impression came from