Replies: 3 comments 2 replies
-
Hi @luis605 - did you check out the platform readme? https://github.com/NVIDIA-Omniverse/PhysX/blob/release/104.2/physx/documentation/platformreadme/linux/README_LINUX.md |
Beta Was this translation helpful? Give feedback.
-
I fixed the issue by running: find / -name "opengl-config.cmake" 2>/dev/null and then: export OpenGL_DIR=/home/lixt/packman-repo/chk/opengl-linux/2017.5.19.1/ Thank you @preist-nvidia for your help |
Beta Was this translation helpful? Give feedback.
-
I will close this discussion if I don't find any more error when compiling |
Beta Was this translation helpful? Give feedback.
-
Does anyone knows how to correctly build Physx 5.1.3 in linux? I am getting this error and I have no idea how to fix it.
I am generating my project with this command:
./generate_projects.sh linux-aarch64
. I am new to physx 😅I also tried to
sudo apt-get install libgl1-mesa-dev
Beta Was this translation helpful? Give feedback.
All reactions