Man in a van wrote: > When I did the install I had to add build-essential to the list of stuff > to install as it would not "make" > > I did it as dietpi > > If you did it as root then, from the root homescreen, open a terminal > and type > Code: -------------------- > > ./jivelite/bin/jivelite -------------------- > >
"-build-essential-" ... sadly don't follow. Guess I need to add something somewhere into that line of commands?! Logged in as root I did my install attempt following yours earlier added below _Exactly_ : > "-Code: sudo apt-get update then 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 then ------------------------------------------------------------------------------------------------------------ Code: cd mkdir luajit cd luajit git clone http://luajit.org/git/luajit-2.0.git cd luajit-2.0 make sudo make install sudo ldconfig ------------------------------------------------------------------------------------------ and then ------------------------------------------------------------------------------------------------ Code: cd git clone https://github.com/ralph-irving/jivelite.git cd jivelite sudo make PREFIX=/usr/local --------------------------------------------------------------------------------------------- rebooted the joggler and connected via ssh from my windows desktop pasted Code: sudo /home/joggler/jivelite/bin/jivelite-" ------------------------------------------------------------------------ doggod's Profile: http://forums.slimdevices.com/member.php?userid=46431 View this thread: http://forums.slimdevices.com/showthread.php?t=110830 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
