Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 628 Bytes

TranskribusCore

Core components for the Transkribus project. Used in client and server packages.

Build Status

Building

Here is a short guide with steps that need to be performed to build your project.

Requirements

  • Java >= version 8
  • Maven
  • All further dependencies are gathered via Maven

Build Steps

git clone https://github.com/Transkribus/TranskribusCore
cd TranskribusCore
mvn install

Links