simit-lang / simit

A language for computing on sparse systems
http://simit-lang.org
Other
456 stars 52 forks source link

Windows Support #54

Open JeffSaa opened 8 years ago

JeffSaa commented 8 years ago

Can I build simit in windows? o is better in a linux distro? If I can in windows can someone tell me how please?

fredrikbk commented 8 years ago

We haven't tested building Simit on Windows machines (can someone test it? I don't have a Windows machine). I doubt it will work out of the box, but it should not be a lot of work to make it work since llvm is cross platform and we use cmake which supports a cross platform compilation. However, from experience we'll probably need to add some custom Windows (msvc) stuff to the cmake files.

It might work to compile it using Cygwin and gcc or clang, but that's a bit more cumbersome.

JeffSaa commented 8 years ago

Ok I decided to try it on linux, how I can build it? I didn't understand how to do it. Thanks.

fredrikbk commented 8 years ago

The readme describes how to do build it. What step are you having issues with?

JeffSaa commented 8 years ago

When I try to do 'cmake ..' I get an error. I need eigen3 (and some more) but when I install it still find.