blob: 0a5e2acf8878496261c3cb5f44d6a4ce5abeb8c6 [file] [log] [blame]
Matteo Scandolo9f619492019-10-25 13:11:58 -07001.. _Development dependencies:
2
3Development dependencies
4========================
5
6To use a patched version of the ``omci-sim`` library:
7
8.. code:: bash
9
10 make dep
11 cd vendor/github.com/opencord/
12 rm -rf omci-sim/
13 git clone https://gerrit.opencord.org/omci-sim
14 cd omci-sim
15
16Once done, go to ``gerrit.opencord.org`` and locate the patch you want
17to get. Click on the download URL and copy the ``Checkout`` command.
18
19It should look something like:
20
21::
22
23 git fetch ssh://teone@gerrit.opencord.org:29418/omci-sim refs/changes/67/15067/1 && git checkout FETCH_HEAD
24
25Then just execute that command in the ``omci-sim`` folder inside the
26vendored dependencies.