Index: doc-rnd/hacking/plugin_core_simple.html =================================================================== --- doc-rnd/hacking/plugin_core_simple.html (revision 2342) +++ doc-rnd/hacking/plugin_core_simple.html (revision 2343) @@ -47,9 +47,10 @@ The order of entries in the file is the same as the order in the summary table at the end of ./configure; insert your plugin in the right group! -
  • 9. run ./configure --buildin-plg -
  • 10. run make to see if it compiles and test -
  • (11. while developing, you can run make from src_plugins/plg - if +
  • 9. add your plugin to the build list in one of the src_plugins/plugins_*.tmpasm files; choose the file that lists plugins similar to yours. +
  • 10. run ./configure --buildin-plg +
  • 11. run make to see if it compiles and test +
  • (12. while developing, you can run make from src_plugins/plg - if your plugin is a builtin, it will recompile pcb-rnd. For some of us it's convenient to run make in the same directory where all the source files are.)