Subversion Repositories rld.domoticz

Rev

Blame | Last modification | View Log | Download

HTTP_PORT=8080
HTTPS_PORT=443

# On Windows and macOS compilation typically will go faster with:
CACHE_BIND_MOUNTS=NO

# We need CMake version 3.16.0 or higher, so build it from source
CMAKE_VERSION=3.24.2
# Its recommended that you use the latest Boost libraries
BOOST_VERSION=1.80.0

# Bundled libraries
USE_BUILTIN_JSONCPP=YES
USE_BUILTIN_MINIZIP=YES
USE_BUILTIN_MQTT=YES
USE_BUILTIN_SQLITE=YES

# Optional dependencies
USE_PYTHON=YES
INCLUDE_LINUX_I2C=YES
INCLUDE_SPI=YES
WITH_LIBUSB=YES

# Link static or shared, external dependencies
USE_LUA_STATIC=YES
USE_OPENSSL_STATIC=NO
USE_STATIC_OPENZWAVE=YES

# Developer-oriented options
USE_PRECOMPILED_HEADER=YES
GIT_SUBMODULE=ON