-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add Support for FreeBSD #36
Comments
Mmh could you provide a source? Usually I keep an eye on the runtime id catalog on every dotnet release, but I do not see anything There are some guides how to get some Maybe you could try to give docker on FreeBSD a shot? https://wiki.freebsd.org/Docker Example (be careful - this is untested sample scripting!)
Then
I never tried, but since FreeBSD is POSIX, it may work like that. |
From cursory reading, it seems like upstream support for FreeBSD in .NET is getting close, so that's good news. In the meantime, you can run tone's Linux binaries through FreeBSD's linuxemu as well. That is how I'm using it atm, and it works reasonably well. |
@rookiejet Thank you for providing this information. As soon as I find the time, |
The Linux executables are not compatible with the BSD (specifically FreeBSD in my case) architecture. I believe DotNet has support for compiling to FreeBSD now, but I am not familiar enough to do it myself (I couldn't find compiling instructions for Tone to follow).
The text was updated successfully, but these errors were encountered: