address for download of patch file added

(preliminary, file should finally be available
from our distribution directory.
This commit is contained in:
Holger Vogt 2018-03-24 17:18:44 +01:00
parent efa088ecfb
commit bf4921951b
1 changed files with 3 additions and 2 deletions

View File

@ -124,8 +124,9 @@ check_adms_va()
if [ $exitcode -ne 0 ]; then
DIE=1
echo "Error: no *.va file found in $adms_dir/admsva"
echo "Please download patch from ..."
echo "and install with command '...'"
echo "Please download patch file ng-adms-va.tar.gz from"
echo "http://ngspice.sourceforge.net/experimental/ng-adms-va.tar.gz"
echo "and expand it into the ngspice directory"
echo
fi
;;