-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pre-built linux binaries #2
Comments
Hi ! We are currently working on a full Linux build and it will probably come with v1.0.0 along with an automatic updater. This should be released in a week or two so stay tuned ! |
Awesome! |
Hi, I am trying to compile this on Arch Linux (Manjaro), but I get:
I tried installing it from AUR, from source, from binaries, but it seems completely broken (cannot find std::optional, cannot find maintenance tool). The headers also reference files that look like they are part of the library, but are not. Any ideas? Will try using a VM for now, if that works. |
Hey, yes this is normal, we are using version 2.1.5 for the Auto updater library, here is the tag link. Unfortunately, the latest versions of that library are not backward compatible, I recommend clicking on the link and following the instructions at that commit. Let me know if this works |
Hi, Thanks for response. With that version I was indeed able to compile it, thanks! |
Great! I am leaving this issue open until we make real Linux binaries |
Wanted to update the progress on this. We have successfully created Linux distributions and need to add support for our upcoming Vertiq8108 Motors. Once this is achieved, we will push a public version and this issue will be closed. Until them, I am able to help anyone through any issues they may be having with compiling for Linux. |
You can find the Linux Binaries here |
Reworked schmi as a submodule. Connected to IQ Repo Approved-by: Frederick Kummer
Hi folks! Just curious, would you perhaps consider providing ARM64 binaries? It would be particularly convenient to be able to run the control center on my embedded ARM device running Ubuntu. This is what my motors are connected to at deployment, and it would be helpful to be able to run "in-place" firmware updates, etc. But, the binaries are provided only for x86. Just wanted to mention interest in this feature if it became an option! Thanks. |
Hi @jakewelde thank you for your inquiry! Unfortunately we are not planning on building on the ARM64 architecture anytime soon. Have you tried using our API's? For example, if you're using a raspberry pi you can use our python API to configure your module. There are examples on how to do this in our documentation: https://iqmotion.readthedocs.io/en/latest/api_docs/python.html |
Would be great if you could also offer a Linux build with each release.
It seems to run just fine on Linux, compiling it with the laterst QTCreator on Ubuntu. Couldn't test it with an actual motor so far though.
An appimage distribution is probably the most user friendly. Tools like https://github.com/probonopd/linuxdeployqt or https://github.com/linuxdeploy/linuxdeploy are very easy to use.
The text was updated successfully, but these errors were encountered: