Merge pull request #955 from raboof/configure
Point ./configure users to the INSTALL file
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user