mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
12 lines
349 B
Org Mode
12 lines
349 B
Org Mode
|
|
* 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:
|
|
1. Run the following maven command:
|
|
=mvn clean install=
|
|
2. Success
|