Quote:
Originally Posted by Jared
Googling "wpilib source" gives https://usfirst.collab.net/sf/projects/wpilib/
as one of the first few results. Then, under the wiki, you can find directions to install the eclipse plugins. The address that is hyperlinked is incorrect, but the text "http://frcbuilder.wpi.edu:8190/view/2015/job/eclipse-plugins/lastSuccessfulBuild/artifact/edu.wpi.first.wpilib.plugins.updatesite/target/site/" is correct.
Installing the plugins puts wpilib at C:\users\[your user]\wpilib\java\2014.03.267\lib\Wpilib-sources.jar. You can use winRar to extract the source code.
Exploring other pages on the site brings you to lost of other good stuff too, like
http://frcbuilder.wpi.edu:8190/view/...na/ws/WPILibJ/
which looks like what you're looking for.
|
Unfortunately, all of this stuff appears to be for VxWorks and not for Linux. Many of the directories still have VxWorks build artifacts in them. So, it was interesting to take a look. However, this doesn't appear to the be Linux code.
In the Eclipse plugins, however, they do mention both Linux and OS/X. That's not to say that these are the real plugins. The Linux and OS/X references could be red herrings.
I'll keep looking...
Thanks!
Mike