halfgaar / FlashMQ

FlashMQ is a fast light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments
https://www.flashmq.org/
Open Software License 3.0
174 stars 24 forks source link

Question Raspberry PI #12

Closed Juan1ll0 closed 1 year ago

Juan1ll0 commented 1 year ago

Is possible to compile in a Raspberry PI?. Or is a package for Raspbian?

halfgaar commented 1 year ago

It compiles with an ARM compiler just fine, but you won't have SSE4.2 optimizations. You can just install build-essential and cmake and the build script should work.