-
Hello! I'm curious if it's possible to build the C++ SDK for Windows while on an OSX machine. I've made a few attempts at this using mingw. I've been able to run my command: cmake .. Sucessfully, but then I fail to run my make install command, generally due to things like: Warnings about using NULL in arithmetic Any support or direction is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, it is possible but it can be rather complicated. We don't have documentation on how to specifically cross compiling this sdk as it is very dependent on your source and target OS. Here are a few links that go into more detail about this. Please let me know if you have any specific questions about cross compiling. I will try to help, but I don't have much experience with cross compiling. |
Beta Was this translation helpful? Give feedback.
Yes, it is possible but it can be rather complicated. We don't have documentation on how to specifically cross compiling this sdk as it is very dependent on your source and target OS. Here are a few links that go into more detail about this. Please let me know if you have any specific questions about cross compiling. I will try to help, but I don't have much experience with cross compiling.