Search found 5 matches
- Wed Oct 15, 2014 7:27 am
- Forum: Support and Development
- Topic: Fedora
- Replies: 2
- Views: 2132
Re: Fedora
When calling love you always need to give the location (the folder containing the main.lua) of the game as the first argument. love folder/which/contains/the/code If you are inside the folder with the main.lua, then you can type love . (There is a dot behind the love). Thanks for the much appreciat...
- Wed Oct 15, 2014 7:11 am
- Forum: Support and Development
- Topic: Fedora
- Replies: 2
- Views: 2132
Fedora
Hello, I just compiled Love2d on the Fedora distro. It was succesfull!
I can launch love from terminal just fine, but it doesn't seem to detect the main.lua file. It contains the Hello World from the wiki. It is located in the same directory as love.
Any ideas?

I can launch love from terminal just fine, but it doesn't seem to detect the main.lua file. It contains the Hello World from the wiki. It is located in the same directory as love.
Any ideas?
- Tue Sep 09, 2014 6:23 am
- Forum: Support and Development
- Topic: Console - [Fixed]
- Replies: 5
- Views: 3745
Re: Console - [Fixed]
Woah, you fixed it? I mean, alright if you did. But, kinda sudden. I didn't see any resolving here haha. Was asking because SCiTE and ZeroBrane have built in consoles. And I know that to get the zerobrane's built in console one to work, you need to have console disabled. But I don't know if notepad...
- Tue Sep 09, 2014 5:37 am
- Forum: Support and Development
- Topic: Console - [Fixed]
- Replies: 5
- Views: 3745
Re: Console
Hello, and thank you for replying. I would assume that I am not. I am using the vanilla install of love2d.Zilarrezko wrote:Are you using anything like ZeroBrane? or SCiTE?
EDIT: After google research I understand what you mean. I am using notepad++
- Tue Sep 09, 2014 5:07 am
- Forum: Support and Development
- Topic: Console - [Fixed]
- Replies: 5
- Views: 3745
Console - [Fixed]
Hello, I am rather new to love2d, so I am trying to follow the first tutorial reccomended on the Wiki for the video tutorials. The second video its self is dedicated to the debug console. However, I'm having a problem. I can't get my Console to open. I am using Windows 8, and I hope it's not a probl...