From ef0d3a9eae5b2d744dd516bcb6a1dce7a4b9e379 Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Sat, 11 Aug 2018 22:03:49 +0200 Subject: [PATCH] Updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24ac6fbe..64011c60 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Although most dependencies can be found in the windows-dependencies directory, w #### Dependencies packaged in windows installers -* [Python,](http://python.org) version 2.7.14 +* [Python,](http://python.org) version 2.7.15 If you want to build both x86 and x64 binaries, you can install python x86 to C:\python27 and python x64 to C:\python27x64, for example. -* [Python windows extensions (pywin32)](http://www.sourceforge.net/projects/pywin32/) for python 2.7, build 221 +* [Python windows extensions (pywin32)](http://www.sourceforge.net/projects/pywin32/) for python 2.7, build 223 * [PyEnchant,](http://pythonhosted.org/pyenchant/) version 1.6.6. x64 version has been built by TWBlue developers, so you only will find it in windows-dependencies folder @@ -87,13 +87,13 @@ This dependency has been built using pure basic 4.61. Its source can be found at #### Dependencies required to build the installer -* [NSIS,](http://nsis.sourceforge.net/) version 3.02.1 +* [NSIS,](http://nsis.sourceforge.net/) version 3.03 #### Dependencies required to build the portableApps.com format archive -* [NSIS Portable,](http://portableapps.com/apps/development/nsis_portable) version 3.02.1 +* [NSIS Portable,](http://portableapps.com/apps/development/nsis_portable) version 3.03 * [PortableApps.com Launcher,](http://portableapps.com/apps/development/portableapps.com_launcher) version 2.2.1 -* [PortableApps.com Installer,](http://portableapps.com/apps/development/portableapps.com_installer) version 3.5.5 +* [PortableApps.com Installer,](http://portableapps.com/apps/development/portableapps.com_installer) version 3.5.8 Important! Install these 3 apps into the same folder, otherwise you won't be able to build the pa.c version. For example: D:\portableApps\NSISPortable, D:\PortableApps\PortableApps.com installer, ...