Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.49 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.49 KB

Build Status

Java Lemma Repository


This repository three modules for connecting to Noam from Java in various ways.

  • lemma-lib - A pure Java library
  • processing-library - A packaged library for Processing wrapping the Java library
  • max-external - A thin wrapper around the Java library creating a bridge for use in Max patches

Getting started

This repository can built using Maven. The quickest way to install Maven on OSX is Homebrew.

Install Homebrew if necessary

Follow the instructions, or use the following one liner:

    ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Install Maven

Follow the instructions, or use homebrew:

    brew install maven
Build

Clone the repo.

    cd <project directory>
    mvn clean package

This will create zip archives under the "target/" directory of each module containing all the dependencies, examples, and installation instructions.

See the individual module readme files for details.