File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ -x "${CMAKE}" ]] && "${CMAKE}" --version >/dev/null; then
2626 echo ' CMake is installed.' >&2
2727 exit 0
2828else
29- echo ' ERROR: missing dependency. Please download CMake (https://cmake.org/). Once installed, run the command again.' >&2
29+ echo ' ERROR: missing dependency. Please download CMake version >= 3.4.3 (https://cmake.org/). Once installed, run the command again.' >&2
3030 exit 1
3131fi
3232
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ -x "${GFORTRAN}" ]] && "${GFORTRAN}" --version >/dev/null; then
2626 echo ' gfortran is installed.' >&2
2727 exit 0
2828else
29- echo ' ERROR: missing dependency. Please download gfortran (https://gcc.gnu.org/fortran/). Once installed, run the command again.' >&2
29+ echo ' ERROR: missing dependency. Please download gfortran version >= 4.8 (https://gcc.gnu.org/fortran/). Once installed, run the command again.' >&2
3030 exit 1
3131fi
3232
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ -x "${PANDOC}" ]] && "${PANDOC}" -v >/dev/null; then
2626 echo ' pandoc is installed.' >&2
2727 exit 0
2828else
29- echo ' ERROR: missing dependency. Please download pandoc (http://pandoc.org/). Once installed, run the command again.' >&2
29+ echo ' ERROR: missing dependency. Please download pandoc version >= 1.18 (http://pandoc.org/). Once installed, run the command again.' >&2
3030 exit 1
3131fi
3232
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ -x "${PYTHON}" ]] && "${PYTHON}" --version >/dev/null; then
2626 echo ' Python is installed.' >&2
2727 exit 0
2828else
29- echo ' ERROR: missing dependency. Please download Python (https://www.python.org/). Once installed, run the command again.' >&2
29+ echo ' ERROR: missing dependency. Please download Python version >= 2.7 (https://www.python.org/). Once installed, run the command again.' >&2
3030 exit 1
3131fi
3232
You can’t perform that action at this time.
0 commit comments