Page 1 of 1

Löve on *BSD

Posted: Sun Aug 31, 2008 10:18 am
by farvardin
Hello,

I'm trying to compile Löve under PCBSD / FreeBSD

All I get is :
mkdir -p obj bin obj/liblove obj/love obj/sdltimer obj/physfs obj/opengl obj/sdlkeyboard obj/sdlmouse obj/sdlmixer obj/system obj/box2d
make: don't know how to make obj/liblove/arg.o. Stop

Re: Löve on *BSD

Posted: Fri Sep 05, 2008 9:49 pm
by tido
Hi,

If you're compiling from the repository, automagic should work now, ie.

Code: Select all

./configure
make
make install
Otherwise, I think 0.5.0 is around the corner. I haven't tried *BSD before, so tell me how you fare.

PS. Sorry I took so long to get to you. I'm not exactly known for being active in communities.