WojciechKrysiak / SCModManager

Stellaris mod manager - a simple mod reader/checker to find out which files are conflicting.
60 stars 6 forks source link

How to compile from source? #26

Closed ruifung closed 5 years ago

ruifung commented 5 years ago

It's quite difficult to compile this from source, especially as it seems to be missing several things not limited to CWTools, and some Avalonia. I've been trying to compile a version that includes the fixes from #23

Any assistance would be appreciated.

WojciechKrysiak commented 5 years ago

Please provide the errors you are getting. There is a CI build running on AppVeyor and it's green, so I didn't really expect any issues for source builds.

ruifung commented 5 years ago

Huh. Thanks for the CI link. It was probably my environment isn't set up to compile this properly, got a bunch of library version mismatches all over the place between nuget versions and required versions.

Probably should put the .NET framework version requirements in the readme and maybe a link to the CI page too.