Revision 4f4e7163728f27578e67f89e61c02a40baa02eb5 authored by Danilo Piparo on 03 April 2024, 06:02:52 UTC, committed by Danilo Piparo on 03 April 2024, 06:02:52 UTC
1 parent 1e65c40
Raw File
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