X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=build-root%2Femacs-lisp%2FREADME;h=1f09a3fa4e4f774c3301d46f8bc19343249cdc97;hb=2ce7f9834ab55728520bff0dd15f8d82c10b95a0;hp=7dac8a0948786f65c4b3c20b11f7ff8412cfebcb;hpb=66cc181e516128fbb99bb0e46ab5b2db6d258428;p=vpp.git diff --git a/build-root/emacs-lisp/README b/build-root/emacs-lisp/README index 7dac8a09487..1f09a3fa4e4 100644 --- a/build-root/emacs-lisp/README +++ b/build-root/emacs-lisp/README @@ -27,35 +27,35 @@ Or, generate each file individually: M-x plugin-configure-skel M-x find-file -plugin/Makefile.am - M-x plugin-makefile.skel + M-x skel-plugin-makefile 5. Create the api skeleton M-x find-file -plugin//.api - M-x plugin-api-skel + M-x skel-plugin-api 6. Create the api message enumeration header file M-x find-file -plugin//_msg_enum.h - M-x plugin-msg-enum-skel + M-x skel-plugin-msg-enum 7. Create the "all-api" header file M-x find-file -plugin//_all_api_h.h - M-x plugin-all-apih-skel + M-x skel-plugin-all-apih 8. Create the main data structure definition header file M-x find-file -plugin//.h - M-x plugin-h-skel + M-x skel-plugin-h 9. Create the plugin main C file M-x find-file -plugin//.c - M-x plugin-main-skel + M-x skel-plugin-main 10. Create the vpp-api-test plugin main C file M-x find-file -plugin//_test.c - M-x plugin-test-skel + M-x skel-plugin-test 11. Create the data plane packet processing node M-x find-file -plugin//node.c - M-x plugin-node-skel + M-x skel-plugin-node 12. Process autotools input files @@ -66,7 +66,7 @@ Or, generate each file individually: $ mkdir build $ cd build - $ ../configure --with-plugin-toolkit + $ ../configure $ make $ sudo make install