Files
allwpilib/ni-libraries/README.org

12 lines
349 B
Org Mode
Raw Normal View History

* 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