Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 935 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 935 Bytes

ExBin Project - Auxiliary Libraries

Libraries and utility tools for ExBin Project written in Java.

Homepage: https://exbin.org

Structure

Project is constructed from multiple repositories.

  • modules - Sources split in separate modules
  • src - Sources related to building distribution packages
  • resources - Related resource files, like sample files, images, etc.
  • doc - Documentation + related presentations
  • gradle - Gradle wrapper

Compiling

Java Development Kit (JDK) version 8 or later is required to build this project.

For project compiling Gradle 6.0 build system is used: https://gradle.org

You can either download and install gradle or use gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.

Build commands: "gradle build" and "gradle distZip"

License

Please see each module for it's license.