Search found 5 matches

by kidfingers
Fri Aug 21, 2015 6:39 am
Forum: Support and Development
Topic: New to Lua and LOVE... interactive console?
Replies: 3
Views: 3289

New to Lua and LOVE... interactive console?

I heard Lua is interactive. Is there some kind of interactive console available for LOVE games to try stuff in? :crazy:
by kidfingers
Mon Oct 27, 2014 2:37 pm
Forum: Support and Development
Topic: Building love-experiments for Raspberry Pi
Replies: 5
Views: 4847

Re: Building love-experiments for Raspberry Pi

I built that, then I installed libmodplug, and got past automagic. either configure or make fails reporting luajit not found, so now I am attempting to build luajit, even though my system already has it according to apt-get (but I guess not the development files...?)
by kidfingers
Mon Oct 27, 2014 1:44 pm
Forum: Support and Development
Topic: Building love-experiments for Raspberry Pi
Replies: 5
Views: 4847

Re: Building love-experiments for Raspberry Pi

Well that helped it get further, but now I am building DevIL....
by kidfingers
Mon Oct 27, 2014 1:28 pm
Forum: Support and Development
Topic: Building love-experiments for Raspberry Pi
Replies: 5
Views: 4847

Re: Building love-experiments for Raspberry Pi

Raspbian. I started to build/install SDL2 because of the error that automagic threw, on a hunch, but I will try that link out.
by kidfingers
Mon Oct 27, 2014 7:02 am
Forum: Support and Development
Topic: Building love-experiments for Raspberry Pi
Replies: 5
Views: 4847

Building love-experiments for Raspberry Pi

During "automagic" I get:

configure.ac:54: error: possibly undefined macro: AM_PATH_SDL2

I built and installed SDL2 , SDL2_Image, and SDL2_Mixer (took forever)

Any help is appreciated.