How to build - lluccia/otroslogviewer GitHub Wiki
To build OtrosLogViewer you have to use Gradle and JDK8. To compile and test:
gradle clean test
To build distribution package:
gradle dist
Zip file with start scripts will be in folder ./OtrosAppDist/build/distributions