https://github.com/root-project/root
Raw File
Tip revision: 8e276806b2452d5e4f5f47ffaddb9a3da685ebc4 authored by Axel Naumann on 06 November 2023, 14:23:09 UTC
[foundation] Update version file to 6.30.00.
Tip revision: 8e27680
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