Updated install instructions & warning re versions

Add imagemagick install instructions & warning re September nightly incompatibility
This commit is contained in:
John 2017-09-25 22:30:37 +01:00 committed by GitHub
parent 6cdf00bf09
commit fa72d77f22
1 changed files with 8 additions and 1 deletions

View File

@ -30,10 +30,17 @@ I am running this setup on macOs 10.12 but I would imagine any linux varient wou
Dependencies
* gsed (Mac sed is limited)
* Kicad with python scripting enabled
* Image Magick
* Image Magick
* Fossil scm
* Possibly some others but all have been installed with the help of brew
(If you are on MacOS X and having problems with Imagemagick's convert, you might try reinstalling it with RSVG lib.Using HomeBrew:
brew remove imagemagick
brew install imagemagick --with-librsvg
This works with nightly versions up to the end of about July 2017 but when I recently upgraded to a nightly from September the plot_pcb.py script frequently fails - BUT NOT EVERY TIME!
Plans:
Rewrite in Python to improve integration with Kicad.
Possibly support other VCS tools.