https://github.com/root-project/root
Raw File
Tip revision: a4a30f9d00f1400ef5e8ff51a2d06d1644b72759 authored by Axel Naumann on 14 June 2020, 15:51:48 UTC
"Update ROOT version files to v6.22/00."
Tip revision: a4a30f9
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