Revision 18b4f317b389fa7931d7eb8e00525f4dca44be0f authored by Axel Naumann on 08 May 2023, 02:27:26 UTC, committed by Axel Naumann on 08 May 2023, 02:27:26 UTC
1 parent 39453d9
Raw File
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