Compiling ROOT 6.06 on UBUNTU 16.04 along with R

Hi,
compiling ROOT 6.06 on ubuntu 16.04 requires the _GCCXX_USE_CXX11_ABI=0 and -Dr=OFF, which means it will not install r binding. How can i install R binding of ROOT in above configs ?

If I use root source from the git master branch is that fine ?
Also in that case How Do I install R ?
Is "sudo apt-get install r-base r-base-dev " okay or do I need to build R from source as well ?
Will ROOT installation require option “_GLIBCXX_USE_CXX11_ABI=0” ?

sudo apt-get install r-base r-base-dev r-mathlib r-cran-rcpp r-cran-rinside

cmake -Dcxx14=“ON” -Dall=“ON” -Dgeocad=“ON” -Dbuiltin_ftgl=“OFF” -Dbuiltin_glew=“OFF” -Dsoversion=“ON” [-DCMAKE_INSTALL_PREFIX="/path/to/the/root6/install/dir" …] /path/to/the/root6/source/code/dir