Compiling old version from source
Posted: Wednesday 07 June 2017 12:22
Sorry if this is a really silly question but how do I compile an older version of domoticz?
Using BUILD_TYPE=release still builds the current beta version
I am trying to revert to a build version prior to 3.6
I suppose I am missing something fundamental
Using BUILD_TYPE=release still builds the current beta version
I am trying to revert to a build version prior to 3.6
Code: Select all
cd dev-domoticz
git pull
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
make -j 3