Page 1 of 1

How to configure CodeRunner (OSX) with Love

Posted: Tue Jul 31, 2012 8:25 am
by Ranma13
Hey everyone, if any of you have purchased CodeRunner for OSX and are wondering how to configure it to run Love, here's how you do it:

1. Run CodeRunner.
2. Go to the preferences.
3. Under Languages -> Lua, find the checkbox that says "Language uses compilation script" and check it.
4. Click on Edit Script...
5. You should see a large comment block and some other text. Go ahead and delete all of it except for the first line (#!/bin/bash).
6. Type "echo $PWD" (without the quotes) on a new line, then save the file.
7. Go back to the preferences.
8. In the textbox for "Run Command", type "/Applications/love.app/Contents/MacOS/love $compiler" without the quotes.
9. Close the preferences and try to run a main.lua file.
10. Enjoy!

Re: How to configure CodeRunner (OSX) with Love

Posted: Thu Aug 02, 2012 3:54 pm
by Lafolie
Does this application run on Snow Leopard? I have Lion but I'm not that keen on it. If it runs on 10.6 I might try it.

Re: How to configure CodeRunner (OSX) with Love

Posted: Sat Feb 22, 2014 10:41 am
by dfb98
Thank you!
This helped me alot! :awesome: