Last active
September 5, 2021 21:09
-
-
Save jarkko-hautakorpi/681a5957d991fb91033048177b3d1936 to your computer and use it in GitHub Desktop.
build-mosquitto-with-websockets.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Ubuntu 18.04, with websockets and systemd notify | |
git clone https://github.com/eclipse/mosquitto.git mosquitto-git | |
cd mosquitto-git | |
git checkout v1.6.15 | |
sudo apt install -Y cmake libssl-dev uuid-dev xsltproc docbook-xsl libsystemd-dev libwebsockets-dev libcunit1-dev | |
make && make test | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment