Skip to main content

Playing Mari0 on Ubuntu 12.04

If you are looking to play Mari0 on Ubuntu you may have run into a bit of a roadblock because love 0.8.0 is not yet available for Precise from the love-unstable ppa.  No need to worry though the .deb file for Oneiric will work just fine.  


First download the .deb from launchpad, either amd64 or i386.  Then install dependencies by running.
$ sudo apt-get install libdevil1c2 libmng1 libfreetype6 libgl1-mesa-glx liblua5.1-0 libphysfs-1.0-0 libsdl1.2debian libopenal1 libogg0 libvorbis0a libvorbisfile3 libflac8 libflac++6 libmpg123-0 libc6 libgcc1 libphysfs1 libstdc++6
Then install the love-unstable with dpkg
~/Downloads$ dpkg -i love-unstable_0.8.0~r1028-0oneiric1_<amd64/i386>.deb
Run  love-unstable on mari0 
~/mari0$ love-unstable mari0_1.3.love


Enjoy what is possibly the coolest crossover game of all time.

Comments

  1. nice there is also a ppa for love engine.

    http://www.ubuntuvibes.com/2012/03/mari0-released-play-with-mario-and.html

    ReplyDelete
  2. There isn't on precise or at least there wasn't when I wrote this haven't checked recently.

    ReplyDelete
  3. I was able to install love 0.8.0 from the ppa, by using the terminal, not the Software center

    ReplyDelete

Post a Comment

Popular posts from this blog

Book Review: Tribes

 Tribes  by Seth Godin is a quick read on leadership.  I read this book because it was listed on "Books every leader needs to read" or some such similarly named list.    There are some good bits to glean out of this short book.  I'll try to condense them here:   Managers are not by nature leaders.  Managers allocate resources to accomplish a defined outcome.  Leaders change things by setting a vision and building a tribe around that vision.   Tribes are everywhere big and small.  Mega-tribes, sub-tribes, etc.   Leadership is inherent risky.  But far less risky than our minds tend to think.  This is evidenced by the many failures of several highly successful leaders.  (Think Elon Musk and the Tesla Truck presentation ).   Find people who are doing exceptionally better than average and amplify their influence on everyone else.   Leadership is about challenging the status quo.  It is s...

Some Goals for 2021

I have had a lot of time by myself recently.  I'm working away from home for a few months and my family hasn't been with me for several weeks of that.  I've tried my best to use that time for some productive self reflection, contemplation, navel gazing, etc.  The product of that is a list of goals for the year.  I wanted to put (some of) these out there publicly for some positive social pressure. Recreation & Relationship To start off, I'd like a little more fun in my life.  And I'd like to have that fun with people who I cherish. Have at least one meaningful, memorable one on one experience with each of my children.  This time apart from my family has highlighted  just how valuable time spent together is.  We're pretty good at finding ways to have fun all together at home.  We play board games, read books aloud (we read the first four Harry Potter books last year), spend time outdoors, etc.  But I have not been very good at spending...

Ubuntu Games: Retro Blazer demo

    Loved blasting Nazis in  Wolfenstein?  Hacking apart demons or whatever in Doom?  Just plain get nostalgic for running around inside a pseudo-3d environment, gunning down your enemies?  Me too!        Retro Blazer is a truly retro FPS based on the Darkplaces game engine .  Missed using arrow keys?  They got you covered.  Retro Blazer just released a demo/alpha test for all us FPS lovers to download and play.  It's a lot of fun and so far the alpha release seems very stable.  Don't worry about  the game crashing to much.       To play Retro Blazer on Ubuntu simply download it , unzip and execute the proper binary (probably  darkplaces-linux-x86_64-sdl and  ignore all those .exe files...).  The game is also available on Windows and OS X. Get it!     If you are a terminal junky  here is a quick how to.  Fir...