mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
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
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