https://github.com/root-project/root
Raw File
Tip revision: a17c0527c2b0076db0404fb7ef9dfb8d7fe4d21b authored by Axel Naumann on 29 May 2019, 07:35:26 UTC
Update ROOT version files to v6.17/02.
Tip revision: a17c052
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