https://github.com/root-project/root
Raw File
Tip revision: 1c01f9f95b017b5e65db586aa2572fe3ac143152 authored by Axel Naumann on 05 January 2022, 10:12:16 UTC
"Update ROOT version files to v6.25/02."
Tip revision: 1c01f9f
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