Skip to content

Commit 5545f26

Browse files
authored
docs: Update Linux build prerequisites (#1208)
* docs: Update Linux build prerequisites * docs: Remove `python -m pip install mako` from CONTRIBUTING.md
1 parent ed6222d commit 5545f26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ For Debian/Ubuntu, install git, cmake (3.18.0 or newer), and mako:
7777
> sudo apt-get update
7878
> sudo apt-get install git
7979
> sudo apt-get install cmake
80-
> python -m pip install mako
80+
> sudo apt-get install g++
81+
> sudo apt-get install python3-venv # for ensurepip
82+
> sudo apt-get install ninja-build # optional
8183
```
8284

8385
For NI Linux RT, install packagegroup-core-buildessential, git, git-perltools, cmake (3.18.0 or newer), python3-utils, and mako:

0 commit comments

Comments
 (0)