-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building on Linux #481
Comments
You may use the workflow in #487 for reference. |
Thanks for the pointer. Building still fails because it's looking for acfutils and can't find it even though the directory exists. |
You need to clone this project and all its submodules recursivly by adding "--recurse-submodules" in your git clone command |
It doesn't matter. Also, the X-Plane SDK is missing in the code. The README should also reflect this. |
It DOES matter. |
Sorry. What I meant is that it doesn't matter to me that the building process doesn't work. |
You may paste the log here,or, you can just use my fork and use github action to build the binary |
What did you mean by "X-Plane SDK comes with libacfutils"? X-Plane SDK is from Laminar Research. Libacfutils comes from skiselkov. Also, the CMakelists.txt file in this project stops at SDK 302. The latest SDK for XP12 is 401. |
https://github.com/skiselkov/libacfutils/tree/a4e207044db003335dc8772e7257de10a3bf067e/SDK |
OK. I think it's more accurate/better to say that libacfutils comes with X-Plane SDK. |
Hi,
The instructions for building a release seem to be incorrect. There is no qmake sub-directory in this plugin source like there is in X-RAAS2.
Also, building on linux is different as there are no link libraries for linux and command line options need to be passed as described here:
https://developer.x-plane.com/article/building-and-installing-plugins/
Any idea on how to do this would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: