more info in README
This commit is contained in:
parent
192bece36d
commit
f7427ad5e9
1 changed files with 14 additions and 2 deletions
16
README
16
README
|
@ -1,6 +1,18 @@
|
|||
to generate parts:
|
||||
To generate parts:
|
||||
|
||||
mkdir parts
|
||||
python partsgen.py
|
||||
|
||||
you can then find all parts in the directory "parts"
|
||||
You can then find all parts in the directory "parts"
|
||||
|
||||
The default Makefile target allows to generate bitmaps of all the parts using
|
||||
ldview.
|
||||
|
||||
mkdir bitmaps
|
||||
make
|
||||
|
||||
You need to have ldview and imagemagick installed. Imagemagick is used to
|
||||
create a montage of all individual images. Here is a preview:
|
||||
|
||||
http://mister-muffin.de/p/p36V.png
|
||||
http://mister-muffin.de/p/tda4.png
|
||||
|
|
Loading…
Reference in a new issue