Point ./configure users to the INSTALL file

Previously the instructions did not match
This commit is contained in:
Arnout Engelen
2014-07-08 19:56:14 +02:00
parent 833fdaab13
commit 01fc05b251

8
configure vendored
View File

@@ -1,10 +1,6 @@
#!/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 "Usage of configure & Co is deprecated! Please see the INSTALL file:"
echo ""
cat INSTALL