Help instaling Mari0 in Uburnu

General Mar0 discussion has been moved to this subforum!
Post Reply
User avatar
JeyZee
Posts: 4
Joined: 06 Mar 2012, 21:02

Post » 08 Mar 2012, 00:23

I'm trying to install it in ubuntu 11.04 but the game shows me this error message:
Image

User avatar
slime
Shaders guy
Posts: 148
Joined: 02 Feb 2012, 21:37

Post » 08 Mar 2012, 00:24

You need to install the latest LÖVE 0.8.0 (https://launchpad.net/~bartbes/+archive/love-unstable) and then do love-unstable mari0.love in the terminal.

User avatar
HeroKing
Posts: 104
Joined: 10 Feb 2012, 23:57

Post » 08 Mar 2012, 00:26

you need to install love-unstable with a ppa patch. doing this will get that set up

Code: Select all

sudo add-apt-repository ppa:bartbes/love-unstable
sudo apt-get update
sudo apt-get install love-unstable
after that to get the game to run type

Code: Select all

love-unstable 'path/to/Mari0.love'
and it should work

lol late XDD

Post Reply