User Tools

Site Tools


proton:raspi_setup

This is an old revision of the document!


Experimental and for linux pros only

These steps are what I use to compile stuff by copying things from my Windows computer. A normal user would probably just grab the svn tree.

Steps:

  • Install linux tools for Windows, rsync and ssh should work from the command line
  • Setup a ssh key pair so you don't have to type passwords
  • Edit SetupVars.bat and edit the IP to the pi
  • Give the video card more memory on the pi. Run raspi-config and give it 128 or 256 (good for the pi3)
  • Install cmake on the pi (sudo apt-get install cmake)
  • Install SDL2 on the pi (sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev)
  • Run CopyStuffToPi.bat. There should now be a ~/proton tree on the pi
  • RTBareBones/CopyStuffToPiAndCompileLoop.bat and it should update that example and compile it in a loop

If you look at the RTBarebones/linux dir you'll see the CMakeLists.txt file autodetect the pi and sets up GLES 1.1 headers stuff for it.

proton/raspi_setup.1466235555.txt.gz · Last modified: 2016/06/18 07:39 by seth