https://github.com/root-project/root
Raw File
Tip revision: 5144c5868b7741f18a272976bf3e967ad98bd44b authored by Axel Naumann on 18 August 2020, 14:13:10 UTC
"Update ROOT version files to v6.20/08."
Tip revision: 5144c58
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