diff --git a/README.md b/README.md index 8d3140e..288d001 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,17 @@ This project is a fork of the https://github.com/jinput/jinput project, which ha # Changes The project contains the full Java content necessary to build the jar file. It also distribute the native files. +To build the project make sure you have Apache Ant. + +Run +``` +ant clean +ant compile jar run +``` +`jinput.jar` ends up inside the `dist` folder. + The other changes are: # License -Licensed under BSD License, copyright is attributed in each source file committed. \ No newline at end of file +Licensed under BSD License, copyright is attributed in each source file committed.