this is me hacking about, props to jeffwhatsisname,ralphy, and others

Download and burn image with Etcher used 16gb usb2 stick

Attached a usb2 hub and connected mouse,keyboard and usb stick, then
powered up.

Found the IP address from my router and connected from my windows
desktop using putty.

did


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

pasted 


Code:
--------------------
    sudo /home/joggler/jivelite/bin/jivelite
--------------------


configuerd the screen using the mouse.

That's where I am at the moment.

To connect wireless, click on the two up/down arrows on the Joggler
Desktop on the top banner, right hand side.

ronnie

taking a break from it now


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
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