Skip to content

Instantly share code, notes, and snippets.

@esden
Last active October 1, 2015 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esden/cfa5842056d98c7fef32 to your computer and use it in GitHub Desktop.
Save esden/cfa5842056d98c7fef32 to your computer and use it in GitHub Desktop.
Kicad DOC on Mac OS X

MacOS

If you are using homebrew you can use the following process to install the necessary dependencies and build the kicad documentation:

  • Install mactex distribution

  • Add /Library/TeX/texbin to your PATH environment variable

    export PATH=$PATH:/Library/TeX/texbin
  • Install homebrew dependencies

    brew install git cmake asciidoc python
  • Install python dependencies

    pip install dblatex
  • Clone and build kicad-doc

    cd kicad-doc
    mkdir build
    cd build
    cmake ../
    make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment