ralph-irving / jivelite

Community Lyrion Music Server control application
https://sourceforge.net/projects/lmsclients/files/jivelite/
Other
65 stars 38 forks source link

How is this compiled? #6

Closed alidaf closed 7 years ago

alidaf commented 7 years ago

When I run make (Raspbian) I get an error:

cd src; PREFIX=/usr/local make make[1]: Entering directory '/home/pi/jivelite/src' cc -I. -I/usr/local/include/luajit-2.0 -I/usr/include/SDL -Wall -fPIC platform_linux.c -c -o platform_linux.o In file included from platform_linux.c:9:0: common.h:62:17: fatal error: SDL.h: No such file or directory

include

             ^

compilation terminated. Makefile:25: recipe for target 'platform_linux.o' failed make[1]: [platform_linux.o] Error 1 make[1]: Leaving directory '/home/pi/jivelite/src' Makefile:9: recipe for target 'srcs' failed make: [srcs] Error 2

alidaf commented 7 years ago

I found the page at http://forums.slimdevices.com/showthread.php?98156-Announce-JiveLite-cut-down-squeezebox-control-application. No support for Lua 5?