Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 548 Bytes

File metadata and controls

13 lines (13 loc) · 548 Bytes

MathCAT4J

MathCAT is a library for converting mathematics into Braille and speech. This repository contains the API components for accessing MathCAT4J, you will also need to have an implementation such as MathCAT4J-JNI.

Getting MathCAT4J

MathCAT4J can be found on Maven central.

Building MathCAT4J

MathCAT4J uses the Maven build tool and Maven wrapper scripts are supplied. You will also need a Java Development Kit installed. To build the packages:

mvnw clean package

To install in your local Maven repository:

mvnw install