diff --git a/setenv-android.sh b/setenv-android.sh index c12442d5..31482b09 100755 --- a/setenv-android.sh +++ b/setenv-android.sh @@ -394,8 +394,9 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environment is set correctly. Your next step is" -echo "build the library with 'make -f GNUmakefile-cross'" +echo "It looks the the environment is set correctly. Your next step is build" +echo "the library with 'make -f GNUmakefile-cross'. You can create a versioned" +echo "shared object using 'HAS_SOLIB_VERSION=1 make -f GNUmakefile-cross'" echo "*******************************************************************************" echo diff --git a/setenv-embedded.sh b/setenv-embedded.sh index 5f7b1fa9..8e4b0c93 100755 --- a/setenv-embedded.sh +++ b/setenv-embedded.sh @@ -134,8 +134,9 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environment is set correctly. Your next step is" -echo "build the library with 'make -f GNUmakefile-cross'" +echo "It looks the the environment is set correctly. Your next step is build" +echo "the library with 'make -f GNUmakefile-cross'. You can create a versioned" +echo "shared object using 'HAS_SOLIB_VERSION=1 make -f GNUmakefile-cross'" echo "*******************************************************************************" echo diff --git a/setenv-ios.sh b/setenv-ios.sh index 92bc39bc..cd9469b7 100755 --- a/setenv-ios.sh +++ b/setenv-ios.sh @@ -285,8 +285,9 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environment is set correctly. Your next step is" -echo "build the library with 'make -f GNUmakefile-cross'" +echo "It looks the the environment is set correctly. Your next step is build" +echo "the library with 'make -f GNUmakefile-cross'. You can create a versioned" +echo "shared object using 'HAS_SOLIB_VERSION=1 make -f GNUmakefile-cross'" echo "*******************************************************************************" echo