mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Note: it currently doesn't seem to build due to a previous change that needs further investigation. Change-Id: I1a7f90a66d972b85541939f42e1afcb76f2fb9f4
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