Building LÖVE on Windows, a story in pictures
Posted: Sun Mar 17, 2013 7:34 am
So I built LÖVE from the source today, care to see what happened? Wonderful!
Note: This is the abridged version, without a trillion (approx.) mistakes along the way. Also, I haven't a clue what I'm doing, so I'm probably doing it all wrong, and there's already a good guide to building LÖVE, so basically this is pointless but maybe everyone loves images enough to not notice this?
I'm going to download Visual C++ 2010 Express.
Installing!
I'mma use Mercurial and TortoiseHg from here to download LÖVE's source.
Right-clicking and selecting Clone...
Putting https://bitbucket.org/rude/love into that Source field...
Something is happening! THIS IS EXCITING.
And now there's a folder named love!
At love2d.org/sdk. I think this file contains some kind of DLL magic.
Extracting it. The files end up in that love folder.
At love\platform\msvc2010. That love.vcxproj file sounds like something one should double-click on.
I have no idea what I'm doing.
"Build"! That sounds like the thing I am trying to do.
What's this in love\platform\msvc2010\bin\x86\Release\MT?
Hey, it's my very own love.exe, yaaaaaaaaay!
The end.
Note: This is the abridged version, without a trillion (approx.) mistakes along the way. Also, I haven't a clue what I'm doing, so I'm probably doing it all wrong, and there's already a good guide to building LÖVE, so basically this is pointless but maybe everyone loves images enough to not notice this?
I'm going to download Visual C++ 2010 Express.
Installing!
I'mma use Mercurial and TortoiseHg from here to download LÖVE's source.
Right-clicking and selecting Clone...
Putting https://bitbucket.org/rude/love into that Source field...
Something is happening! THIS IS EXCITING.
And now there's a folder named love!
At love2d.org/sdk. I think this file contains some kind of DLL magic.
Extracting it. The files end up in that love folder.
At love\platform\msvc2010. That love.vcxproj file sounds like something one should double-click on.
I have no idea what I'm doing.
"Build"! That sounds like the thing I am trying to do.
What's this in love\platform\msvc2010\bin\x86\Release\MT?
Hey, it's my very own love.exe, yaaaaaaaaay!
The end.