mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix up and update strawberry perl URIs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23587 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -11,7 +11,7 @@ Dim tempFolder: tempFolder = fso.GetSpecialFolder(TemporaryFolder)
|
||||
strHDLocation = Wscript.Arguments.Item(0)
|
||||
|
||||
' Set your settings
|
||||
strFileURL = "https://strawberry-perl.googlecode.com/files/strawberry-perl-5.18.1.1-win32.msi"
|
||||
strFileURL = "https://strawberry-perl.googlecode.com/files/strawberry-perl-5.18.1.1-32bit.msi"
|
||||
|
||||
Wscript.Echo " copying " & strFileURL
|
||||
Wscript.Echo " to " & strHDLocation
|
||||
|
||||
@@ -85,7 +85,7 @@ echo.
|
||||
echo Found perl version %_perlmajor%.%_perlminor%, but GnuCash requires at least version 5.8.
|
||||
echo Please install version 5.8 or above of
|
||||
echo * ActivePerl (http://www.activestate.com/store/activeperl) or
|
||||
echo * Strawberry Perl (http://strawberry-perl.googlecode.com/files/)
|
||||
echo * Strawberry Perl (http://code.google.com/p/strawberry-perl/downloads/)
|
||||
echo and add the bin directory to your Path environment variable.
|
||||
goto error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user