|
|
@ -4,8 +4,17 @@ This project is a fork of the https://github.com/jinput/jinput project, which ha |
|
|
|
# Changes |
|
|
|
# Changes |
|
|
|
The project contains the full Java content necessary to build the jar file. It also distribute the native files. |
|
|
|
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: |
|
|
|
The other changes are: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# License |
|
|
|
# License |
|
|
|
Licensed under BSD License, copyright is attributed in each source file committed. |
|
|
|
Licensed under BSD License, copyright is attributed in each source file committed. |
|
|
|