User Tools

Site Tools


public:mosquitto-clients

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:mosquitto-clients [2018/02/16 08:44] janpublic:mosquitto-clients [2018/05/28 21:25] (current) – [Building with SSL-support] jan
Line 3: Line 3:
 to be able to build anything on MacOS, install Command Line Tools for Xcode using the following command: to be able to build anything on MacOS, install Command Line Tools for Xcode using the following command:
   xcode-select --install   xcode-select --install
- 
-To successfully build mosquitto-clients we first need to install dependencies: 
-  * [[#cmake|cmake]] 
  
 ===== cmake ===== ===== cmake =====
Line 23: Line 20:
  
 ===== mosquitto-clients ===== ===== mosquitto-clients =====
 +Clone master-branch from Github:
   git clone --single-branch -b master https://github.com/eclipse/mosquitto.git   git clone --single-branch -b master https://github.com/eclipse/mosquitto.git
 +Change directory into mosquitto:
   cd ./mosquitto   cd ./mosquitto
  
-==== Build options ==== +==== Building with SSL-support ====
-  * c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_SRV=no` +
-  * libuuid (uuid-dev) - disable with `make WITH_UUID=no` +
-  * libwebsockets (libwebsockets-dev) - enable with `make WITH_WEBSOCKETS=yes` +
-  * openssl (libssl-dev on Debian based systems) - disable with `make WITH_TLS=no` +
- +
-==== Build with SSL ====+
  
 When building with SSL: When building with SSL:
-  export OPENSSL_ROOT_DIR="$HOME_BREW/Cellar/openssl/1.0.2n+  export OPENSSL_ROOT_DIR="$HOME_BREW/Cellar/openssl/1.x.x
-  export OPENSSL_INCLUDE_DIR="$HOME_BREW/Cellar/openssl/1.0.2n/include"+  export OPENSSL_INCLUDE_DIR="$OPENSSL_ROOT_DIR/include"
  
 Generate makefiles Generate makefiles
Line 53: Line 44:
   sudo make install   sudo make install
  
-In case you screwed up, clean directory+In case you screwed up, clean directory and repeat
   git clean -f -d   git clean -f -d
   git reset --hard   git reset --hard
  
 === Alternatively: Build without SSL === === Alternatively: Build without SSL ===
-  cmake -DWITH_TLS_PSK=OFF -DWITH_TLS=OFF .+To build without SSL-support add option //-DWITH_TLS=OFF//. This inherits //-DWITH_TLS_PSK=OFF//.
  
-=== Surpress Policy CMP0042 Warning ===+=== Other options === 
 +  * c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_SRV=no` 
 +  * libuuid (uuid-dev) - disable with `make WITH_UUID=no` 
 +  * libwebsockets (libwebsockets-dev) - enable with `make WITH_WEBSOCKETS=yes` 
 +  * openssl (libssl-dev on Debian based systems) - disable with `make WITH_TLS=no` 
 + 
 +=== cmake: Surpress Policy CMP0042 Warning ===
 Add //-DCMAKE_MACOSX_RPATH=ON// to cmake command Add //-DCMAKE_MACOSX_RPATH=ON// to cmake command
  
 ===== c-ares ===== ===== c-ares =====
 +
 +If you build with //-WITH_SRV=OFF// this is not needed.
  
 Download latest archive from https://c-ares.haxx.se Download latest archive from https://c-ares.haxx.se
public/mosquitto-clients.1518770642.txt.gz · Last modified: 2018/02/16 08:44 by jan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki