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

@ -34,6 +34,13 @@ Dependencies
* Fossil scm * Fossil scm
* Possibly some others but all have been installed with the help of brew * 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: Plans:
Rewrite in Python to improve integration with Kicad. Rewrite in Python to improve integration with Kicad.
Possibly support other VCS tools. Possibly support other VCS tools.