mherger wrote: 
> That screenshot shows a rather outdated version of Jivelite or
> Squeezeplay. Spot the difference in the button bar at the bottom on your
> and Man's screenshot.

Ah, ok.  The instructions I followed specified these:


Code:
--------------------
    sudo apt-get install git libsdl1.2-dev libsdl-ttf2.0-dev 
libsdl-image1.2-dev libsdl-gfx1.2-dev libexpat1-dev
  .
  git clone http://luajit.org/git/luajit-2.0.git
  .
  git clone https://github.com/ralph-irving/triode-jivelite.git
  
--------------------


whereas Ronnie has evidently used :


Code:
--------------------
    sudo apt-get install  git-core libluajit-5.1-dev libsdl1.2-dev 
libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libexpat1-dev
  .
  git clone http://luajit.org/git/luajit-2.0.git
  .
  git clone https://github.com/ralph-irving/jivelite.git
  
--------------------


The only differences I can see are libluajit-5.1 as the first package on
Ronnie's apt-get call, and of course the jivelite package itself
('ralph-irving' versus 'ralph-irving/triode-jivelite'.  Clearly I've
built Triode's earlier version. D'Oh!

No matter, I'm going to start again anyway, maybe with TinyCore as the
starting point.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

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

Reply via email to