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

Building on windows? #3

Open
lukkio88 opened this issue May 29, 2020 · 1 comment
Open

Building on windows? #3

lukkio88 opened this issue May 29, 2020 · 1 comment

Comments

@lukkio88
Copy link

Hi,

Is it possible to build your tool on windows?
I'm trying to, but I'm struggling but I want to know if I'll ever solve this.

Thank you.

@nmwsharp
Copy link
Owner

nmwsharp commented Jun 1, 2020

Hi!

It should be possible to build this tool on Windows, but unfortunately I don't have the time to create visual studio solutions or the like. I'm not aware of any fundamental blockers that would make it impossible. One dependency, Suitesparse, is notoriously difficult to install on Windows, but this library should be configured to substitute Eigen routines instead if Suitesparse is not avaialbe.

The basic workflow would be to clone the project (including submodules), use CMake to generate a Visual Studio solution, then open and build the Visual Studio solution.

I can try to answer any further quick questions here, though I don't have time to dive in deeply.

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