https://github.com/root-project/root
Raw File
Tip revision: e8464159f683e1f2843bce86d6aeac5152075451 authored by Axel Naumann on 28 July 2022, 18:04:51 UTC
"Update ROOT version files to v6.26/06."
Tip revision: e846415
configure
#!/bin/bash
#

echo ""
echo "  ROOT is built with CMake, see https://root.cern/building-root"
echo "  Please run"
echo "      mkdir obj; cd obj; cmake ..; make -j 4"
echo ""

exit 1
back to top