Quote:
Originally Posted by demosthenes2k8
On a related note, is there any known way to run the C++ toolchain on a Fedora system? I see deb packages, but I don't see instructions on building the appropriate toolchain and storing it in a $PREFIX of my choice.
|
You could make your own RPM packages based on the build commands in the Debian package sources. The Arch Linux packages are probably easier to read though as they are basically shell scripts with specially named functions. The dependencies are listed in this metapackage:
https://aur.archlinux.org/packages/frc-2015/. You won't need the WPILib package as WPILib is provided by the Eclipse plugins.