LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   I want to install love 2d (https://www.linuxquestions.org/questions/linux-games-33/i-want-to-install-love-2d-4175555257/)

bob1352 10-04-2015 09:37 AM

I want to install love 2d
 
I want to play a game that uses love 2d; the problem is that I cannot find a YUM package for Fedora the only packages I could fine use .Deb. Does anyone know if they're any packages for fedora above the versions 8.0

Keruskerfuerst 10-04-2015 10:32 AM

Then you could try to install the source code and compile it.

knudfl 10-04-2015 12:42 PM

Should be easy to make up an LOVE.rpm package for Fedora-<version>-<arch>.
The love2d "framework" is one file : /usr/lib*///liblove.so.0 -> liblove.so.0.0.0
( and a link to the file.)

http://love2d.org/#download
LOVE is an *awesome* framework you can use to make 2D games in Lua.


Your Fedora : Unknown version, unknown architecture.
Please show the outputs from these two commands :
a) $ uname -m
b) $ cat /etc/redhat-release



-

knudfl 10-04-2015 12:55 PM

P.S. : LOVE packages are available for Fedora 19, 20, 21, 22, 23 ....

$ yum search love

# yum install love



-

John VV 10-05-2015 01:33 AM

fedora 22 and the soon to be out 23 moved to using DNF and stopped using yum

Code:

su -
dnf search love
--- then install if in list --
dnf install love

fedora 22 should have the same version as opensuse
Quote:

Name: love
Version: 0.9.2-3.3
Arch: x86_64
Summary: 2D gaming engine written in Lua



All times are GMT -5. The time now is 08:42 PM.