I'm trying to install Jivelite on Ubuntu using Triodes instructions from
page 1

1) Install git and the following libraries from your linux distro:
libSDL-1.2, libSDL_ttf-2.0, libSDL_image-1.2, libSDL_gfx libexpat1-dev
Code:
sudo apt-get install git libsdl1.2-dev libsdl-ttf2.0-dev
libsdl-image1.2-dev libsdl-gfx1.2-dev libexpat1-dev
2) Install and build luajit:
Code:
git clone http://luajit.org/git/luajit-2.0.git
cd luajit-2.0
make
sudo make install
sudo ldconfig
cd ..
3) Clone jivelite & build it:
Code:
git clone https://code.google.com/p/jivelite/
cd jivelite
make
4) Run it
Code:
./bin/jivelite


however I get a fatal error repository does not exist when running git
clone https://code.google.com/p/jivelite/ I guess thats because he is no
longer maintainig the repository? Any suggestions appreciated



PiCorePlayer 3.1 with Hifiberry Digital + (Lounge)
Joggler Squeezeplay as Remote (Lounge)
Max2play with pi official touchscreen and hifiberry DAC (Office)
Joggler Squeezeplay as Remote (Office)
Joggler Squeezeplay (Kitchen)
Joggler Squeezeplay (Conservatory)
Radio x 2 (Bedroom)
Joggler Squeezeplay (Garage)


LMS 7.9 on DIY Unraid 6 Server (i5)

Squeeze user since the SB1
------------------------------------------------------------------------
markiii's Profile: http://forums.slimdevices.com/member.php?userid=63801
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