blob: 5ac19e15478b0bf33d37a57f7f9c36a8b19fd1b7 [file] [log] [blame]
Matteo Scandolo9f619492019-10-25 13:11:58 -07001.. _Development dependencies:
2
3Development dependencies
4========================
5
Matteo Scandoloca08fc72019-12-04 14:17:39 -08006If you want to test local changes in the ``omci-sim`` library you can
7rebuild the BBSim container using a local version of the library with this command:
Matteo Scandolo9f619492019-10-25 13:11:58 -07008
9.. code:: bash
10
Matteo Scandoloca08fc72019-12-04 14:17:39 -080011 LOCAL_OMCI_SIM=<path-to-omci-sim-library> make docker-build
Matteo Scandolo4f4ac792020-10-01 16:33:21 -070012
13If you want to test local changes in the ``voltha-protos`` you can
14rebuild 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