aporto / mariamole

MariaMole: An alternative Arduino IDE
GNU General Public License v3.0
78 stars 21 forks source link

Mac installer or build instructions #48

Open pennatil opened 9 years ago

pennatil commented 9 years ago

Hi, it would be great if you could provide a precompiled version of the app also for Mac, or at least some installation instructions.

Thanks!

aporto commented 9 years ago

Hi, Unfortunatelly, the last Apple computer i've used was an Apple IIe, 30 years ago :) So, I have no idea how to compile and generate an installer for Mac. But the code was tested on it by another developer, and it works. Would you like to join us and create the Mac version? It seems to be kinda simple for someone with programming experience on Mac.

pennatil commented 9 years ago

I have tried for the past two days, and I can't get it to completely work, although I got pretty close...I can give it a shot if you can give me the build instructions for Linux, it might be similar. If I have those I might be able to understand how Qt works exactly

pennatil commented 9 years ago

So after a few more attempts I have been able to make it work. I am still testing but it seems to work. I had to make some modifications to the mariamole.pro file as to make it work. Once I am able to get them to work without hardcoding I'll either post them here or do a Pull Request

aporto commented 9 years ago

Hi, Lucas. I was going to tell you exactly this: Use Qt Creator. You can also use the CMAKE file included with the code, if you prefer. But I think the Qt IDE is easier.

kleerkoat commented 6 years ago

sorry to resurrect, but how did you do it?