fallenturtle wrote: 
> So I just installed Ubuntu Mate 18.04.1 and I'm trying to compile
> jivelite but running into issues, most likely because I'm a novice and
> don't know what I'm doing.
> Following this guide:
> https://help.ubuntu.com/community/CompilingEasyHowTo I installed
> build-essential, checkinstall, and git-core.
> Next, I downloaded jivelite-master from github, extracted it to
> /usr/local/src, cc'd to /usr/local/src/jivelite-master/src and ran make
> and got this error:
> > 
Code:
--------------------
  >   > 
  > cc -I. -I/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:10: fatal error: SDL.h: No such file or directory
  > #include <SDL.h>
  > ^~~~~~~
  > compilation terminated.
  > Makefile:25: recipe for target 'platform_linux.o' failed
  > make: *** [platform_linux.o] Error 1
  > 
--------------------
> > 
> 
> Any idea what I'm doing wrong?


To compile on Debian I do this :-

apt update -y  && apt upgrade -y && apt install -y git-core
build-essential libluajit-5.1-dev libsdl1.2-dev libsdl-ttf2.0-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libexpat1-dev sudo
network-manager
git clone https://github.com/ralph-irving/jivelite.git

cd jivelite
make PREFIX=/usr/


Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 7.5 VM on ESXi 6.5.0U2
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS
------------------------------------------------------------------------
Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to