summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get-gmp-dev (renamed from contrib/get-gmp)11
-rwxr-xr-xcontrib/get-win-dependencies2
2 files changed, 12 insertions, 1 deletions
diff --git a/contrib/get-gmp b/contrib/get-gmp-dev
index 678103cf4..f8a301a89 100755
--- a/contrib/get-gmp
+++ b/contrib/get-gmp-dev
@@ -21,6 +21,17 @@ check_dep_dir "$GMP_DIR"
echo =============================================================================
echo
+echo "This script should only be used if your distribution does not ship with the"
+echo "GMP configuration you need. For example, contrib/get-win-dependencies cross-"
+echo "compiles GMP for Windows. You can also use the script if your distribution"
+echo "does not ship with static GMP libraries (e.g., Arch Linux) and you want to"
+echo "build CVC4 statically."
+echo
+echo "In most of the cases the GMP version installed on your system is the one you"
+echo "want and should use."
+echo
+echo =============================================================================
+echo
echo "Setting up GMP $GMPVERSION..."
echo
setup_dep "https://gmplib.org/download/gmp/gmp-$GMPVERSION.tar.bz2" "$GMP_DIR"
diff --git a/contrib/get-win-dependencies b/contrib/get-win-dependencies
index 1138e3071..02b1e4054 100755
--- a/contrib/get-win-dependencies
+++ b/contrib/get-win-dependencies
@@ -84,7 +84,7 @@ MAKE_CFLAGS="$MAKE_CFLAGS" \
MAKE_CXXFLAGS="$MAKE_CXXFLAGS" \
MAKE_LDFLAGS="$MAKE_LDFLAGS" \
GMPVERSION="$GMPVERSION" \
- contrib/get-gmp || reporterror
+ contrib/get-gmp-dev || reporterror
echo
echo =============================================================================
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback