Skip to content

Instantly share code, notes, and snippets.

@ihidchaos
Last active June 30, 2020 01:12
Show Gist options
  • Save ihidchaos/211b5891993f4a2772514314957068fb to your computer and use it in GitHub Desktop.
Save ihidchaos/211b5891993f4a2772514314957068fb to your computer and use it in GitHub Desktop.
mosquitto_cross_compile.sh
git clone https://github.com/eclipse/mosquitto.git
cd mosquitto
make CC=mips-openwrt-linux-gcc CXX=mips-openwrt-linux-g++ WITH_STATIC_LIBRARIES=yes WITH_TLS=no -j8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment