Ryoyo-NV / Gaze-Analysis-System

Gaze analysis system for Jetson Xavier NX, and AGX Xavier.
8 stars 5 forks source link

[Request] Add LD_LIBRARY_PATH to .bashrc #8

Closed ynott closed 2 years ago

ynott commented 2 years ago

I forget to set LD_LIBRARY_PATH every time.

I think I can just append the following to setup.sh ~/.bashrc.

export LD_LIBRARY_PATH=/opt/nvidia/deepstream/deepstream/lib/cvcore_libs:$LD_LIBRARY_PATH

You also might want to add the following entry to README.md.

takutoi commented 2 years ago

Thank you for your suggention. I added some comments to README.md.