Adding requirements to Roctracer
Change-Id: If4e9879fd9c7d8b781b366a5728a9df98648b407
[ROCm/roctracer commit: e2e72c9047]
此提交包含在:
@@ -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:
|
||||
|
||||
新增問題並參考
封鎖使用者