From Fedora Project Wiki

(Updated with koji builds and bodhi updates)
No edit summary
 
Line 6: Line 6:


=How to Install in Fedora=
=How to Install in Fedora=
Love has been reviewed and has been submitted for updates testing.
The latest version of LÖVE is included in all currently supported version of Fedora.
Either install via Add/Remove Programs or via command line:


Love can be installed either by using updates-testing or downloading the builds on koji.
#yum install love
Both methods are described below
 
===Via Updates-testing===
The easiest way would be just to run the following with administrative privileges (i.e. either with sudo or su)
<pre>
yum --enablerepo=updates-testing upgrade love
</pre>
 
If you plan on using this version of love please log in to [https://admin.fedoraproject.org/updates bodhi] and comment on the build you used ([https://admin.fedoraproject.org/updates/love?_csrf_token=a283ef2bc3a259b342ebdbe0f3b1da891c1412f7 they can be found here])
 
===Koji Builds===
Current builds can be found here:
http://koji.fedoraproject.org/koji/packageinfo?packageID=13709
 
=Known Problems=
Currently Not Tetris doesn't seem to work with love version 0.8.0 but the developers have been contacted and hopefully it gets fixed.


=Links=
=Links=

Latest revision as of 18:14, 19 April 2012

LÖVE (also known as Love 2d) is a free 2D game engine self described as "an *awesome* framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, Mac OS X and Linux." Love is licensed under zlib and thus can be used for both free and non-free projects.

Some popular games include the StabYourself.net games such as Mari0 and Not Tetris 2

For more information on how to make a game or program with love, see the Love2d Wiki

How to Install in Fedora

The latest version of LÖVE is included in all currently supported version of Fedora. Either install via Add/Remove Programs or via command line:

#yum install love

Links

Main Website

The Official Love2d Wiki

The Official Love2d Forums

The Love2d BitBucket page

The Love2d Issues/Bugs page