Page 1 of 1

Compiling old version from source

Posted: Wednesday 07 June 2017 12:22
by superczar
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

Code: Select all

cd dev-domoticz
git pull
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
make -j 3
I suppose I am missing something fundamental

Re: Compiling old version from source

Posted: Wednesday 07 June 2017 20:51
by superczar
Thanks a ton!
Method 2 worked perfect and reverting to the old beta solved my issue as expected