The question in the topic is: What are the necessary dependencies for building using monodevelop on Linux? The README.md doesn't actually talk about what these are.
Opening up the solution in monodevelop and trying to build fails on unsatisfied assembly references to OpenTK, as well as unknown Vector4 type (which I presume would come from the OpenTK OpenGL namespace?)
Searching for an "opentk" package for monodevelop, I come up empty. (I'm using Arch Linux on x64; I searched using pacman -Ss mono and grepped -i for "tk")
Are there other dependencies?
How do I set up the Linux build environment for debugging-in-place? I presume the Slic3r and other bits and bobs provided in the installer are needed for running, once I've gotten through building?
However, perhaps I should back up. I don't really NEED to build from source, if I can instead debug the problem I'm having, because I really just want to use it (free as in beer :-)
When I configure my printer, and try to connect to it, the serial port can be opened fine, but I get a "invalid ioctl for device" error. In version 0.85c, this error is printed to the log window. In version 0.90c, this is actually an unhandled exception and crashes. I'd like to track this down and fix it, but if someone else already have a fix, well, that will save time!
My printer is printrboard based (it's a Printrbot Simple.)
The board is properly recognized and I have udev rules to rename and get permission for the serial port. I configure it to 115200 bps. Disabling reset through DTR makes no difference.
Opening up the solution in monodevelop and trying to build fails on unsatisfied assembly references to OpenTK, as well as unknown Vector4 type (which I presume would come from the OpenTK OpenGL namespace?)
Searching for an "opentk" package for monodevelop, I come up empty. (I'm using Arch Linux on x64; I searched using pacman -Ss mono and grepped -i for "tk")
Are there other dependencies?
How do I set up the Linux build environment for debugging-in-place? I presume the Slic3r and other bits and bobs provided in the installer are needed for running, once I've gotten through building?
However, perhaps I should back up. I don't really NEED to build from source, if I can instead debug the problem I'm having, because I really just want to use it (free as in beer :-)
When I configure my printer, and try to connect to it, the serial port can be opened fine, but I get a "invalid ioctl for device" error. In version 0.85c, this error is printed to the log window. In version 0.90c, this is actually an unhandled exception and crashes. I'd like to track this down and fix it, but if someone else already have a fix, well, that will save time!
My printer is printrboard based (it's a Printrbot Simple.)
The board is properly recognized and I have udev rules to rename and get permission for the serial port. I configure it to 115200 bps. Disabling reset through DTR makes no difference.