You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@
5
5
6
6
If you cloned the repository you will need to set up the git submodules (if you downloaded and extracted a release, you can skip this step):
7
7
8
-
.. code-block:: bash
9
-
10
-
> git submodule init
11
-
> git submodule update
8
+
git submodule init
9
+
git submodule update
12
10
13
11
VTR requires several system packages. From the top-level directory, run the following script to install the required packages on a modern Debian or Ubuntu system:
0 commit comments