Update how to add the llsw model to basf authored by Max Welsch's avatar Max Welsch
......@@ -25,8 +25,8 @@ The FF files contain the form factors for the decays.
$(ATMARK)-$(SHELL) -ec '$(DEPEND_FCPP) $< | n6gfd.pl $@ | sed $(LINUX_G77_BUG) -e "s/$*\.o[ :]*/$@ &/g" > $@'
```
* now you have to replace the `belleEvtGenBase` and `belleEvtGenModels` directories with the one you find in `$BELLE_TOP_DIR/src/gen/evt`
* the next is to modify the Makefiles in `belleEvtGen*/`, `belleEvtGen*/belleEvtGen*/` and `belleEvtGen*/src/`. There you have to replace the variables `BELLE_CONFIG_DIR` and `BELLE_TOP_DIR` (or `BELLE_ROUTE`) according to your working directory.
* replace the `belleEvtGenBase` and `belleEvtGenModels` directories with the one you find in `$BELLE_TOP_DIR/src/gen/evt`
* modify the Makefiles in `belleEvtGen*/`, `belleEvtGen*/belleEvtGen*/` and `belleEvtGen*/src/`. There you have to replace the variables `BELLE_CONFIG_DIR` and `BELLE_TOP_DIR` (or `BELLE_ROUTE`) according to your working directory.
* the last step before being able to compile the module is to copy the missing header files from `$BELLE_TOP_DIR`. If you are in the working directory `work/belle` you can use the following commands to get the necessary files:
```
......
......