Official documentation for the NI Linux Real-Time OS.
The built documentation is hosted at https://nilrt-docs.ni.com/.
This documentation is built using Sphinx. To build:
-
Install the host build tools.
-
Install the python requirements specified in
:requirements.txt. It is recommended that you use a python virtual environment.python3 -m venv .venv source .venv/bin/activate pip install --upgrade pip pip install -r requirements.txt -
Build the project using the included Makefile.
make all
The built documentation output will appear under
:docs/build/html/.
To learn about NI Linux Real-Time, visit the NI Linux Real-Time Portal.