From 65b659057a7731c300793377a8a52295bb3d5949 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Sun, 20 Sep 2020 20:49:06 +0200 Subject: [PATCH] lsynth: Document how to get binary. --- lsynth/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lsynth/README.md b/lsynth/README.md index ba0897e4d..c68223301 100644 --- a/lsynth/README.md +++ b/lsynth/README.md @@ -25,6 +25,17 @@ It opens and scans the LDraw file provided, identifies synthesis synthesis specifications and hands them off to the appropriate synthesis methodology. +### Obtaining LSynth binaries + +You may be able to obtain pre-built binaries from [here](http://lsynth.sourceforge.net/). +Place the executable in this directory. + +To build it from source instead, just run: + +``` +make +``` + ### Usage `lsynthcp [-v] [-h] [-m] [-l] [-p] `