diff --git a/Home.md b/Home.md index 487c99f..cf9ef6a 100644 --- a/Home.md +++ b/Home.md @@ -266,4 +266,14 @@ If you hit `No usable version of libssl was found` sudo apt-get install libssl-dev wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb +``` + +In shell (e.g. `~/.bashrc`), add + +``` +# replace AISW_SDK_ROOT with the version printed from the installation step +export AISW_SDK_ROOT='/opt/qcom/aistack/qnn/2.18.0.240101' +export PATH="$AISW_SDK_ROOT/bin/x86_64-linux-clang:$PATH" +export LD_LIBRARY_PATH="$AISW_SDK_ROOT/lib/x86_64-linux-clang:${LD_LIBRARY_PATH}" +export PYTHONPATH="$AISW_SDK_ROOT/lib/python:$PYTHONPATH" ``` \ No newline at end of file