https://github.com/openhd/mavsdk_prebuilts
Best solution I could come up with
https://github.com/openhd/mavsdk_prebuilts
Last synced: about 1 year ago
JSON representation
Best solution I could come up with
- Host: GitHub
- URL: https://github.com/openhd/mavsdk_prebuilts
- Owner: OpenHD
- Created: 2023-04-06T21:56:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T01:45:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-28T05:28:12.654Z (about 1 year ago)
- Language: C
- Size: 71.6 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mavsdk_prebuilts
To build QOpenHD for android (and for mac, windows I think) we need the MAVSDK pre-builts
(e.g. mavsdk built into a static lib for the given platform).
While git might not be the ideal platform to upload libraries, this is the quickes / easiest solution I could come up with.
E.g. one can manually upload the required MAVSDK lib files into here.
Since QOpenHD development is generally done on linux (where we don't need this quirk) it is fine to not automate it - one just
needs to remember to upload the right artifacts into here from time to time ;)
NOTE: This is included as a git submodule in QOpenHD