blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Improvement: Install of library on Linux (Raspberry) #521

Closed hajosc closed 3 years ago

hajosc commented 3 years ago

Would be good if the Linux (Raspberry) library could be installed system-wide (->sudo make install). That would allow it to be used in existing, larger projects and be provided by packagers for automatic install. Today it's a real pain to figure out all the includes and obj's required and makes distribution of of projects very tedious.

hajosc commented 3 years ago

I modified the source to provide a system-wide lib. Currently testing it on a Raspberry, will create a pull request shortly.

hajosc commented 3 years ago

Pull request added: https://github.com/blynkkk/blynk-library/pull/526

Appreciate if you could let me know whether you'll accept it or not - I don't want to release code relying on a library that will never be made available...

vshymanskyy commented 3 years ago

Blynk is intended to be statically linked