Matteo Scandolo | 9f61949 | 2019-10-25 13:11:58 -0700 | [diff] [blame] | 1 | .. _Development dependencies: |
| 2 | |
| 3 | Development dependencies |
| 4 | ======================== |
| 5 | |
Matteo Scandolo | ca08fc7 | 2019-12-04 14:17:39 -0800 | [diff] [blame] | 6 | If you want to test local changes in the ``omci-sim`` library you can |
| 7 | rebuild the BBSim container using a local version of the library with this command: |
Matteo Scandolo | 9f61949 | 2019-10-25 13:11:58 -0700 | [diff] [blame] | 8 | |
| 9 | .. code:: bash |
| 10 | |
Matteo Scandolo | ca08fc7 | 2019-12-04 14:17:39 -0800 | [diff] [blame] | 11 | LOCAL_OMCI_SIM=<path-to-omci-sim-library> make docker-build |
Matteo Scandolo | 4f4ac79 | 2020-10-01 16:33:21 -0700 | [diff] [blame] | 12 | |
| 13 | If you want to test local changes in the ``voltha-protos`` you can |
| 14 | rebuild the BBSim container using a local version of the protos with this command: |
| 15 | |
| 16 | .. code:: bash |
| 17 | |
| 18 | LOCAL_PROTOS=<path-to-voltha-protos> make docker-build |