mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Purpose
This project provides the NI *.so files that need to be linked
against to build programs in a Maven friendly way. It use cp or
copy as a fake linker to copy the so files as Maven artifacts.
Building and Installing with Maven
To build everything with Maven:
- Run the following maven command:
mvn clean install - Success