|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
frc-toolchain package working on Debian Stretch
So, first of all you can't add-apt-repository by default on Debian, so you must install
Code:
software-properties-common Code:
sudo apt-get install software-properties-common Code:
sudo apt-add-repository ppa:wpilib/toolchain Code:
sudo nano /etc/apt/sources.list.d/wpilib-ubuntu-toolchain-zesty.list change any of the debian names from trusty or stretch or whatever it is to wily then you must go to https://launchpad.net/ubuntu/xenial/...ibisl13/0.14-2 for 64 bit or https://launchpad.net/ubuntu/xenial/...ibisl13/0.14-2 for 32 bit Download the .deb file and then run Code:
sudo dpkg -i libisl13_0.14-2_amd64.deb After this, run Code:
sudo apt-get update Code:
sudo apt-get install frc-toolchain |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|