lsynth: Document how to get binary.

This commit is contained in:
Laurens Valk 2020-09-20 20:49:06 +02:00
parent 8cc0979dc4
commit 65b659057a
No known key found for this signature in database
GPG Key ID: C5FCCBB5E9FB117A
1 changed files with 11 additions and 0 deletions

View File

@ -25,6 +25,17 @@ It opens and scans the LDraw file provided, identifies synthesis
synthesis specifications and hands them off to the appropriate synthesis synthesis specifications and hands them off to the appropriate synthesis
methodology. 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 ### Usage
`lsynthcp [-v] [-h] [-m] [-l] [-p] <src> <dst>` `lsynthcp [-v] [-h] [-m] [-l] [-p] <src> <dst>`