mirror of https://github.com/pybricks/ldraw.git
lsynth: Document how to get binary.
This commit is contained in:
parent
8cc0979dc4
commit
65b659057a
|
@ -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>`
|
||||||
|
|
Loading…
Reference in New Issue