Replies: 1 comment
-
I'm now installing Visual Studio Build Tools so I'll just close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to ask if we can compile PhysX with MinGW on Windows because whenever I try to it gives the same error:-

Does PhysX require PDB files or am I doing something wrong?
The command I'm using:- cmake -DPHYSX_ROOT_DIR="X:/path/to/PhysX/physx" ^
-DPX_OUTPUT_BIN_DIR="X:/path/to/PhysX/bin" ^
-DPX_OUTPUT_LIB_DIR="X:/path/to/PhysX/lib" ^
-DTARGET_BUILD_PLATFORM=windows ^
-G "MinGW Makefiles" -B build
Beta Was this translation helpful? Give feedback.
All reactions