From 337f477b88abbe9d3616056741374872f3cf4b0c Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Mon, 4 Nov 2019 17:21:26 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f5f2d1cb..164cce9a 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,10 @@ A growing library of assorted data structures, algorithms and utilities. - [`orx-obj-loader`](orx-obj-loader/README.md), simple Wavefront .obj mesh loader - [`orx-olive`](orx-olive/README.md), extensions that turns OPENRNDR in to a live coding environment +# Developer notes + +## Create and use local builds of the library + +run `./gradlew publishToLocalMaven -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) + +In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build.