ome / omero-renderer

Gradle project containing rendering functionality for OMERO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status

omero-renderer

A Gradle project

Usage

Like any Java project, include the jar into your classpath.

Build from source

The compilation, testing, launch, and delivery of the application are automated by means of a Gradle (https://gradle.org/) build file. In order to perform a build, all you need is a JDK -- version 1.8 or later. Clone this GitHub repository git clone https://github.com/ome/omero-renderer.git. Go to the directory and enter:

gradle build

This will compile, build, test and create a distribution bundle.

Unit tests

  • Run gradle test

About

Gradle project containing rendering functionality for OMERO

License:GNU General Public License v2.0


Languages

Language:Java 99.6%Language:HTML 0.4%