




























@judorange thanks for your remarks. I've addressed all the issues you pointed out:
libgomp and openmp to optional depends (are you building with clang instead of GCC? in such case you are right about using openmp instead of libgomp... I'm wondering if that's your case)qt6-5compat to dependencies@asura thanks for the comment, I added qt6-declarative to the make dependencies. I had it as a dependency and didn't notice it's required in the build.
I've also patched tracker-neuralnet with the latest specification of onnxruntime_cxx_api.h, the build wasn't working (tested with onnxruntime-cpu, need help testing the other variants).
As mentioned in previous comments, when wine or other dynamically linked dependencies are updated, a rebuild may be required: paru -S --rebuild opentrack
Thanks for the package!
I needed to install qt6-declarative to make it build. /usr/lib/qt6/bin/lupdate which runs during the build links against libQt6Qml.so.6 which is available through qt6-declarative.
I installed onnxruntime only after discovering neural wasn't available in the inputs drop down, paru -S --rebuild opentrackwas needed to get it working.
@gugah Thank You for your time on this repo
I've added a post-install message for the X-Plane plugin because it requires user intervention to move it to the proper plugin directory.
So far I've tested:
Inputs: PointTracker 1.1, neuralnet-tracker
Outputs: Flightgear, UDP, Wine (with the plugin in X-Plane 11)
I may want to try the aruco tracer next, but it requires https://aur.archlinux.org/packages/aruco or even maybe the variant https://github.com/opentrack/aruco. @jebez you may be interested in installing onnxruntime-cpu before opentrack to add another input (neuralnettracker)
Done, I wonder why no upstream answer, they prefer Window$ than Linux? Argh...
@jebez, I'm a co-maintainer of this package, doing it just voluntarily (the package was not even compiling when I updated it last year). I'm neither an upstream (opentrack) dev.
Feel free to submit a request an take over the package, or again, build it yourself instead of complaining here. btw, you just created an account to complain in comments? what are you? an open source PM?
Need the aruco paper marker tracer? build https://github.com/opentrack/aruco and link it to opentrack...
I'm checking why the xplane plugin doesn't show up (just noticed the windows build doesn't have it either, but opentrack.xpl is built in our package but maybe not installed)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@asura thanks for the comment, I added qt6-declarative to the make dependencies. I had it as a dependency and didn't notice it's required in the build.
I've also patched tracker-neuralnet with the latest specification of onnxruntime_cxx_api.h, the build wasn't working (tested with onnxruntime-cpu, need help testing the other variants).
As mentioned in previous comments, when
wineor other dynamically linked dependencies are updated, a rebuild may be required:paru -S --rebuild opentrack