Files
allwpilib/simulation/debs
Alex Henning fa8d7b843c Fixed building of the frcsim-libwpilibsim-cpp deb.
There is still a bug where the examples have been updated to use 0 based
joysticks, but the simulation libraries have not been updated. I'll fix
that as a separate commit focused on fixing the joystick APIs.

Change-Id: I3b358e67b7fa18b30d1fd2b53098659cfefdfd76
2014-10-26 20:43:50 -04:00
..

Setting up apt-repository

sudo apt-get install reprepro

http://kaivanov.blogspot.com/2012/08/creating-apt-repository-with-reprepro.html

One-Time

  • Get signing key
gpg --armor --output frcsim.key --export

To build and add debs

make
rsync -r repository/ adhenning@ccc.wpi.edu:public_html/frcsim # Syncs repo

To use

sudo nano /etc/apt/sources.list.d/frcsim-latest.list
deb http://users.wpi.edu/~adhenning/frcsim raring main
deb-src http://users.wpi.edu/~adhenning/frcsim raring main
curl -H GET users.wpi.edu/~adhenning/frcsim.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install frcsim