https://github.com/root-project/root
Revision e505be37d9ff6b858a3d46bfe48fc0f5caff1a65 authored by Axel Naumann on 14 April 2021, 14:29:02 UTC, committed by Axel Naumann on 14 April 2021, 14:29:02 UTC
1 parent 915eecc
Raw File
Tip revision: e505be37d9ff6b858a3d46bfe48fc0f5caff1a65 authored by Axel Naumann on 14 April 2021, 14:29:02 UTC
"Update ROOT version files to v6.24/00."
Tip revision: e505be3
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