Skip to content

Instantly share code, notes, and snippets.

@jarkko-hautakorpi
Last active September 5, 2021 21:09
Show Gist options
  • Save jarkko-hautakorpi/681a5957d991fb91033048177b3d1936 to your computer and use it in GitHub Desktop.
Save jarkko-hautakorpi/681a5957d991fb91033048177b3d1936 to your computer and use it in GitHub Desktop.
build-mosquitto-with-websockets.md
#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