mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
11 lines
275 B
Markdown
11 lines
275 B
Markdown
|
|
#Notes on the simulation eclipse plugin
|
||
|
|
Should download models when installed
|
||
|
|
|
||
|
|
build with the rest of the eclipse plugins using:
|
||
|
|
|
||
|
|
//if you're in the eclipse-plugins directory
|
||
|
|
mvn package
|
||
|
|
|
||
|
|
//otherwise in the base dir
|
||
|
|
./gradlew eclipsePlugins //no colons here!
|