Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   frc-toolchain package working on Debian Stretch (http://www.chiefdelphi.com/forums/showthread.php?t=152627)

WyattMarks 10-12-2016 17:06

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
Once you do that, you can do the normal
Code:

sudo apt-add-repository ppa:wpilib/toolchain
After you run this successfully, you must edit the sources file. So run
Code:

sudo nano /etc/apt/sources.list.d/wpilib-ubuntu-toolchain-zesty.list
(the file name might not be 'zesty' but it should be similar)

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
(or i386 for 32-bit) to install the library. This library is included with supported Ubuntu versions but isn't in Debian Stretch, so we can just install them from Ubuntu repositories

After this, run
Code:

sudo apt-get update
Code:

sudo apt-get install frc-toolchain
and then it should work!

WyattMarks 10-12-2016 17:08

Re: frc-toolchain package working on Debian Stretch
 
Okay, there are some typos.. how do I edit a post?

Mark McLeod 10-12-2016 17:35

Re: frc-toolchain package working on Debian Stretch
 
As a new user you are probably restricted.
(As in many spam bots post then return later to add commercial links)

You'll need to request an edit by a moderator for this subforum.
See the bottom of C/C++ for a current list of subforum moderators.

Once you've been around awhile there will be an Edit button on your posts for 24 hours.


All times are GMT -5. The time now is 09:50.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi