monkey
monkey copied to clipboard
Not building on Ubuntu 18.04
I'm able to see the Simulator run, but it is not building on Ubuntu Linux. What's the status on getting Linux support going?
For anybody running into this issue, in IntelliJ go into your Run/Debug Configurations, and where it says "Build" under "Before launch:" add a new External Tool with the following:
Program: PATH_TO_GARMIN_SDK/garmin/bin/monkeyc
Arguments: -y PATH_TO_DEVELOPER_KEYS/developer_key.der -o PATH_TO_PROJECT/bin/HelloWorld.prg -f PATH_TO_PROJECT/HelloWorld/monkey.jungle
Working Directory: PATH_TO_GARMIN_SDK/garmin/bin/
Use the rest of the plugin as intended and it should work. Enjoy not being forced to use Eclipse. :)
Dear Garmin: support this plugin.