Page 1 of 1

Installing Love on Linux Mint

Posted: Sun Dec 15, 2013 7:05 pm
by Trowen
I tried to lntall Love 9.0 using

Code: Select all

sudo apt-get install love
but this installed version 8.0.0. I also tried to install the .deb files but it threw me an error.

Code: Select all

dpkg -i -R /home/trowen/Desktop/
(Reading database ... 147165 files and directories currently installed.)
Preparing to replace love-dbg:amd64 0.9.0 (using .../love-dbg_0.9.0_amd64.deb) ...
Unpacking replacement love-dbg:amd64 ...
Preparing to replace liblove:amd64 0.9.0 (using .../liblove_0.9.0_amd64.deb) ...
Unpacking replacement liblove:amd64 ...
Preparing to replace love:amd64 0.9.0 (using .../Desktop/love_0.9.0_amd64.deb) ...
Unpacking replacement love:amd64 ...
dpkg: dependency problems prevent configuration of liblove:amd64:
 liblove:amd64 depends on libluajit-5.1-2; however:
  Package libluajit-5.1-2 is not installed.
 liblove:amd64 depends on libsdl2 (>= 2.0.1); however:
  Package libsdl2 is not installed.

dpkg: error processing liblove:amd64 (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of love:amd64:
 love:amd64 depends on liblove (= 0.9.0); however:
  Package liblove:amd64 is not configured yet.

dpkg: error processing love:amd64 (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of love-dbg:amd64:
 love-dbg:amd64 depends on love (= 0.9.0); however:
  Package love:amd64 is not configured yet.

dpkg: error processing love-dbg:amd64 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 liblove:amd64
 love:amd64
 love-dbg:amd64
What do I do to get 9.0.0?

Re: Installing Love on Linux Mint

Posted: Sun Dec 15, 2013 7:34 pm
by bartbes
It's 0.9.0, not 9.0.0, and you can most easily get it from my ppa.

Re: Installing Love on Linux Mint

Posted: Sun Dec 15, 2013 8:46 pm
by Trowen
0.9.0 LOL sorry :crazy: . Anyways thanks I got 0.9.0 working with the PPA!

Re: Installing Love on Linux Mint

Posted: Mon Dec 16, 2013 8:32 pm
by Nsmurf
Asking the inverse of this question, once the (Arch, in this case) repo gets updated, where can I get 0.8.0?
Is there and "old builds" area?

Re: Installing Love on Linux Mint

Posted: Mon Dec 16, 2013 8:34 pm
by slime
Arch now has a "love08" package (and the "love" package has been updated to 0.9.0).

Re: Installing Love on Linux Mint

Posted: Mon Dec 16, 2013 9:17 pm
by Germanunkol
slime wrote:Arch now has a "love08" package (and the "love" package has been updated to 0.9.0).
That was fast! Awesome!

I'm sticking with Arch, I guess :)

Re: Installing Love on Linux Mint

Posted: Mon Dec 16, 2013 10:11 pm
by BozoDel
I remember building 0.7.2 once, wasn't hard and didn't interfere with 0.8.0 (much). I was on Mint, but how different can it be?