OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
664 stars 113 forks source link

Export CI artifacts and append them to official releases #169

Closed playg8 closed 1 year ago

playg8 commented 1 year ago

I want use this, and do not edit code.Just use the binary file for my program.I you can release some binary,it will be very helpful.

kdewald commented 1 year ago

Hey @BtuApple,

That's a good suggestion, I'll try to get that for the v0.6 release.

Gnome16 commented 1 year ago

In the meantime you can get binaries for Win32, Win64 and Linux64 from the Pascal bindings project: https://github.com/eriklins/Pascal-Bindings-For-SimpleBLE-Library/releases But please see issue number 12 on that project if you want the Linux ones. You might need to use patchelf to fix the RUNPATH in the SO files.

A "sudo apt-get install simpleble" option would be ideal for end users though so they don't need to worry about the files at all.

kdewald commented 1 year ago

Feature has been added in https://github.com/OpenBluetoothToolbox/SimpleBLE/commit/23792f5c2e9067905ba56fd7c0ac4d26f62ee786 and https://github.com/OpenBluetoothToolbox/SimpleBLE/commit/8e2ec4a44aedd8664868b365880f0f90c1975533. I've manually built the artifacts for v0.5.0 and the ones for the next release will be built automatically.

playg8 commented 1 year ago

Got it!