diff --git a/projects/roctracer/README.md b/projects/roctracer/README.md index e22e331487..0f0b5467ec 100644 --- a/projects/roctracer/README.md +++ b/projects/roctracer/README.md @@ -94,6 +94,33 @@ To use the rocTX API you need the API header and to link your application with ` - ROCm is required +- Packages required: + + 1. For Ubuntu 18.04 and Ubuntu 20.04 the following adds the needed packages: + + ````shell + apt install python3 python3-pip gcc g++ libatomic1 make \ + cmake doxygen graphviz texlive-full + ```` + + 2. For CentOS 8.1 and RHEL 8.1 the following adds the needed packages: + + ````shell + yum install -y python3 python3-pip gcc gcc-g++ make \ + cmake libatomic doxygen graphviz texlive \ + texlive-xtab texlive-multirow texlive-sectsty \ + texlive-tocloft texlive-tabu texlive-adjustbox + ```` + + 3. For SLES 15 Service Pack 15 the following adds the needed packages: + + ````shell + zypper in python3 python3-pip gcc gcc-g++ make \ + cmake libatomic doxygen graphviz \ + texlive-scheme-medium texlive-hanging texlive-stackengine \ + texlive-tocloft texlive-etoc texlive-tabu + ```` + - Python modules requirements: `CppHeaderParser`, `argparse`. To install: