Skip to content

Commit

Permalink
Readme - Updates (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritigowda authored Jun 5, 2024
1 parent 3fa8fa1 commit ffc732f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ rocAL can be currently used to perform the following operations either with rand

* Python Wheel
```shell
pip install wheel
pip3 install wheel
```

* [PyBind11](https://github.com/pybind/pybind11)
Expand All @@ -137,7 +137,6 @@ rocAL can be currently used to perform the following operations either with rand
sudo apt install libopencv-dev
```


> [!IMPORTANT]
> * Compiler features required
> * OpenMP
Expand Down Expand Up @@ -197,7 +196,7 @@ Install rocAL runtime, development, and test packages.
```
>[!NOTE]
> * Package install requires `TurboJPEG`, `PyBind 11` and `Protobuf` manual install
> * Package install requires `TurboJPEG` and `RapidJSON` manual install
> * `CentOS`/`RedHat`/`SLES` requires additional `FFMPEG Dev` package manual install
### Source install
Expand Down Expand Up @@ -272,7 +271,14 @@ mkdir rocAL-test && cd rocAL-test
cmake /opt/rocm/share/rocal/test/
ctest -VV
```
>[!NOTE]
> * Make sure all rocAL required libraries are in your PATH
> * `RHEL`/`SLES` - Export FFMPEG libraries into your PATH
> + `export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64/:/usr/local/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH`
> ```shell
> export PATH=$PATH:/opt/rocm/bin
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/lib
> ```
## Documentation
Run the steps below to build documentation locally.
Expand Down

0 comments on commit ffc732f

Please sign in to comment.