https://github.com/root-project/root
Raw File
Tip revision: 97a60acdd45d34e5b666c40d32f87095ce2eef14 authored by Axel Naumann on 10 October 2023, 07:37:39 UTC
[foundation] Update to ROOT v6.29.02.
Tip revision: 97a60ac
configure
#!/bin/sh
#

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