From b374f106c7a0ebae666ed8f2b54a7dd64daf2a29 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 7 Jun 2022 22:59:40 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.