Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ For Debian/Ubuntu, install git, cmake (3.18.0 or newer), and mako:
> sudo apt-get install ninja-build # optional
```

For Debian, install the headers for the running kernel before installing NI drivers:
```
> sudo apt-get install linux-headers-$(uname -r)
```

For NI Linux RT, install packagegroup-core-buildessential, git, git-perltools, cmake (3.18.0 or newer), python3-utils, and mako:
```
> opkg update
Expand Down
Loading