6.21 install directory changed

Building ROOT from github 6.21 source I notice that build/README.txt conflicts with root/README.md and the installation directory has changed:

README.txt
source pathname/root/bin/thisroot.csh

README.md
git clone https://github.com/root-project/root.git
Make a directory for building
mkdir build
cd build
Run cmake and make
cmake …/root
make -j8
Setup and run ROOT
source bin/thisroot.sh
root

Please, advise.

Thanks,
Luiz


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


There is no such file in the ROOT github repository:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.