Add a wizard to the footprint library table dialog editor, to help users to...
Add a wizard to the footprint library table dialog editor, to help users to select the right plugin, an existing enviroment vairable or an absolute path, and addl a list of new entries to the table. Note: the wxWidgets webkit/webview library is needed. On windows,there is no problem. On Linux, the libwebkitgtk-dev tool (sudo apt-get install libwebkitgtk-dev) must be installed if it is missing (and wxWidgets rebuilt). However, to avoid use of wxwebview, you can compile kicad with cmake option -DKICAD_USE_WEBKIT=OFF. But the github plugin wizard will be not available.
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
webviewer/CMakeLists.txt
0 → 100644
webviewer/html_link_parser.h
0 → 100644
webviewer/webviewer.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment