Page 1 of 1

CW on ARM Linux

Posted: Sat Oct 04, 2014 10:59 am
by Glacian22
I've been playing around with the idea of running CW on an ARM board, the Odroid XU3, which is a pretty powerful little computer running Debian. Without any modification, Creation Workshop will run, but crashes when you try to do much of anything, confirming my strong suspicion that it would need recompiling to run on an ARM system. The problem is I'm really not sure how to compile a C# program, since it's not something I've ever worked with before.

Steve, could you maybe post a short guide on how you compile CW? I'd really appreciate it! :)

Re: CW on ARM Linux

Posted: Sat Oct 04, 2014 12:04 pm
by PacManFan
If you have Mono installed, it should work fine as-is. If CW is crashing, you might be able to determine why by looking at the terminal command-line output and the debug window. I use Microsoft Visual Studio 10 to compile the project. Some other people have used MonoDevelop to compile the project (I haven't done this myself)