Need help!!

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Need help!!

Post by josefnpat »

Ok folks, I run 10.04, so I feel I have some authority on this issue.

First, the big problem is the .deb provided on the main love2d.org page is for ubuntu 10.10+. So this means you have to build from source.

I have to build love from source myself just to get it to run my machine. The problem is that love won't compile with the older libs 10.04 has. There's an easy way to get around this. When you build, you need to use the DLOVE_OLD_MODPLUG flag when building.

Basically, it's the same procedure as when you normally build love, but with an extra flag.

Code: Select all

#!/bin/sh
CXXFLAGS="-DLOVE_OLD_MODPLUG"
./configure
make
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 4 guests