Files
lmms/configure

12 lines
258 B
Plaintext
Raw Normal View History

#!/bin/sh
echo ""
echo "Usage of configure & Co is deprecated! Please use"
echo ""
echo " cmake . -DCMAKE_INSTALL_PREFIX=/usr"
echo ""
echo "or similiar instead."
echo ""
echo "LMMS recommends an out of tree build. See INSTALL file for details."
echo ""