Files
allwpilib/ni-libraries/README.org
2013-12-15 18:30:16 -05:00

349 B

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