-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
[Enhancement] Improved DWSIM compilation instructions in README.md #619
Comments
Supplemental information from attempted build on Linux (probably out of scope for the ticket - not sure if you really support building from linux): System Information
Mono Information $ apt list mono-* | grep installed | grep -v automatic
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
mono-complete/stable-focal,now 6.12.0.200-0xamarin2+ubuntu2004b1 amd64 [installed] Build Log Output (Errors) |
@alamarche building on Linux is not supported. On Windows you missed installation of NET Core 2.1, I guess. I usually install the whole NET dev environment so I don't know exactly what packages are required. |
@DanWBR can you provide instructions to build Linux version on Windows system? |
@einhander first build ReleaseWin, then ReleaseLinux config, then check DistPackages/Linux |
Thanks, Dan. Figured building on Linux wasn't supported, mostly provided it as informative since I was surprised to get less errors. Installed .NET Core 2.1 and included some more package sets from the VS Installer. Built without error. I'm going to close this out. I might write-up a few extra steps to the compiling section of README.md to help clarify for folks going forward. |
Hello. Please tell me what other packages you installed from VS Installer? |
@s1ntecs you need mainly .NET 4.6.x, 4.7.x Targeting Packs and .NET Core 2.1, and the latest .NET Framework version (4.8.something) |
Thank you so much, out of 200 errors there are 8 left, now I will solve them 🙏 |
Is your feature request related to a problem? Please describe.
Over the years, I've occasionally gotten the itch to try and pursue DWSIM development. I'm usually stopped when the compilation steps don't result in a successful build of the SW.
Describe the solution you'd like
Sufficiently detailed instructions to result in successful builds. The general procedure I've been following has been:
The most prominent error to me is the following, which occurs frequently.
This old bug report seems relevant, but unclear since I'm newer to .NET Framework
dotnet/standard#542
Describe alternatives you've considered
I'm primarily a Linux user, and strangely I appeared to have better levels of success building using JetBrains Rider + Mono on that system (11 build errors vs. 210 on Win+VS). I had 8 of the same error cited above, but for the DWSIM.GlobalSettings package. I'll respond with the bug report from that machine.
VS Community Install Info
Detailed list of compile errors
Book.xlsx
The text was updated successfully, but these errors were encountered: