https://github.com/root-project/root
Raw File
Tip revision: de9d0f34f348da1a23da3e901db17c8ef9b83ba9 authored by Axel Naumann on 27 July 2018, 08:47:09 UTC
Update ROOT version files to v6.14/02.
Tip revision: de9d0f3
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