Updated links
This commit is contained in:
parent
70e4d2157e
commit
37ef831bc9
|
|
@ -100,8 +100,8 @@ check_adms()
|
||||||
($ADMSXML --version) < /dev/null > /dev/null 2>&1 || {
|
($ADMSXML --version) < /dev/null > /dev/null 2>&1 || {
|
||||||
echo
|
echo
|
||||||
echo "You must have admsXml installed to compile adms models."
|
echo "You must have admsXml installed to compile adms models."
|
||||||
echo "See http://mot-adms.sourceforge.net"
|
echo "See https://sourceforge.net/projects/mot-adms/"
|
||||||
echo "(newest stable release is recommended)"
|
echo "(version 2.3.6, tested for ngspice under MINGW on MS Windows)"
|
||||||
DIE=1
|
DIE=1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -129,7 +129,7 @@ check_adms_va()
|
||||||
if [ "$FOK" -eq 1 ]; then
|
if [ "$FOK" -eq 1 ]; then
|
||||||
echo "Error: No *.va file found in $adms_dir/admsva"
|
echo "Error: No *.va file found in $adms_dir/admsva"
|
||||||
echo "Please download patch file ng-adms-va.tar.gz from"
|
echo "Please download patch file ng-adms-va.tar.gz from"
|
||||||
echo "http://ngspice.sourceforge.net/experimental/ng-adms-va.tar.gz"
|
echo "http://ngspice.sourceforge.net/experimental/ngspice-adms-va.7z"
|
||||||
echo "and expand it into the ngspice directory"
|
echo "and expand it into the ngspice directory"
|
||||||
echo
|
echo
|
||||||
DIE=1
|
DIE=1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue