1.i want a compiler for love 0.6.1 on windows xp please suggest me
2.how to install love engine to use with compiler on windows
3.how to compile engine and run program
thank you for reading and posting
help me i am beginner
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: help me i am beginner
Are you sure you need to compile anything? Love is already an "interpreter". You can find it on the downloads section.phichet wrote:1.i want a compiler for love 0.6.1 on windows xp please suggest me
LÖVE isn't supposed to be used with a compiler (unless you are developing LÖVE itself).phichet wrote:2.how to install love engine to use with compiler on windows
Download the installer, install it on a folder (for example c:\love).phichet wrote:3.how to compile engine and run program
Then create a folder in c:\love\game1
Create a file named c:\love\game1\main.lua
Write the following on the file you just created:
Code: Select all
function love.draw()
love.graphics.print( "Hello", 100, 100)
end
Code: Select all
cd c:\love\game1
../love .
When I write def I mean function.
Who is online
Users browsing this forum: No registered users and 1 guest