While `rtcds` has appended some additional paths to the `RCG_LIB_PATH` variable, the path we added (`/home/controls/models/`) is present in the list. Now when we run `rtcds build <model_name>`, `rtcds` will look in `/home/controls/models/` for a file named `<model_name>.mdl`
While `rtcds` has appended some additional paths to the `RCG_LIB_PATH` variable, the path we added (`/home/controls/models/`) is present in the list. Now when we run `rtcds build <model_name>`, `rtcds` will look in `/home/controls/models/` for a file named `<model_name>.mdl`
# Building Models
# Building Models
Now that the environment has been set up, all we need to do is run the `rtcds build <model_name> ` command. Example output for building a model with the mdl filename of [x1iop.mdl](https://git.ligo.org/cds/software/advligorts/-/raw/master/test/x1iop.mdl?inline=false):
Now that the environment has been set up, all we need to do is run the `rtcds build <model_name> ` command. Example output for building a model with the mdl filename of [x1iop.mdl](https://git.ligo.org/cds/software/advligorts/-/raw/master/test/x1iop.mdl?inline=false), assuming is has been placed in the `/home/controls/models` directory: