Skip to content
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

Run fdotoolbox on Linux #6

Open
MrSnyder opened this issue Jun 9, 2015 · 1 comment
Open

Run fdotoolbox on Linux #6

MrSnyder opened this issue Jun 9, 2015 · 1 comment

Comments

@MrSnyder
Copy link

MrSnyder commented Jun 9, 2015

Thanks for fdotoolbox!

Is there any information on getting this software running on Linux?

@jumpinjackie
Copy link
Owner

FDO Toolbox does not run on Linux. This is a hard problem because our FDO .net wrappers are mixed assemblies, which have no possibility to run on Linux via Mono.

The only ways to have FDO Toolbox in Linux are:

  • Re-write the whole thing in Qt/C++ tapping into the native FDO C++ API (that is multi-platform) instead of the .net wrapper we use (that is windows-only).
  • Somehow rewrite the FDO .net wrappers to be a pure P/Invoke based approach, and then fix FDO Toolbox to work against this "pure" .net wrapper instead.

Both options are sadly not trivial exercises. One is a full rewrite, the other is open-heart surgery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants