If this list is not complete, please copy the missing header files from `$BELLE_TOP_DIR` according to the error messages.
* finally you can go to the `work/belle/src` directory and compile the module with `make -f Makefile.init` and `make`.
* finally you can go to the `work/belle/src` directory and compile the module with `make -f Makefile.init` and `make`. If there are still missing header files please copy the missing ones from `$BELLE_TOP_DIR` according to the error messages.
* obviously you have to add the new model. For that copy the new header files in `work/belle/src/belleEvtGenModels/belleEvtGenModels` and the source files in `work/belle/src/belleEvtGenModels/src`. If you copy them from the basf2 framework modify the new files according to so model which is already present. Normally you only have to modify the includes and header guards or remove basf2 specific code.
* the new libraries are located in `work/belle/src/belleEvtGen*/lib/so`.