Build from Source

Hi. read through building everything from source. Works fine and been able to do so but when following the guide on the dev book is my end output file master or stable? How do I specify whatever one i have not built? For instance I want to build stable with different modules enabled and disabled that I’m not using. No problem editing the make file but then am i ending up with stable modified or master?

Thanks!

If you want to build master, then “git checkout master”
If you want to build a stable version, the latest is “git checkout v1.5.3”

Awesome thanks. Worked perfectly. Not sure why I couldn’t find that in the docs.