pidgin/nest

Parents 38693e55c57c
Children 742be97e96d6
Update the NSIS section to only recommend the official version and the plugins that are needed

Testing Done:
ran `npm run hugo:server` verified everything looks right and that the links worked.

Bugs closed: PIDGIN-17524

Reviewed at https://reviews.imfreedom.org/r/720/
--- a/hugo/content/development/building/2.x.y/windows.md Mon May 24 19:14:45 2021 -0500
+++ b/hugo/content/development/building/2.x.y/windows.md Thu Jun 03 19:46:26 2021 -0500
@@ -289,13 +289,16 @@
If you would like to build the Pidgin installer, you'll need to setup
[NSIS](https://nsis.sourceforge.io/Download). Once you have installed
NSIS, please make sure that it is in your shell's `PATH`. Note if you're
-building with msys2 you can just run `pacman -S mingw-w64-i686-nsis` to
-install it.
+building with msys2 do not use the version available in pacman. There are
+multiple issues with it including that executables produced by it will not be
+able to run if Mandatory ASLR is enabled.
-Next you'll need to download the
-[nsis inetc plugin](https://github.com/DigitalMediaServer/NSIS-INetC-plugin)
-and extract `x86-unicode/INetC.dll` to the `Plugins/unicode` directory of your
-NSIS installation.
+Next you'll need to download a few plugins and put them into the
+`Plugins/x86-unicode` folder of your NSIS install.
+
+ * [nsis unzip plugin](https://nsis.sourceforge.io/Nsisunz_plug-in)
+ * [nsis inetc plugin](https://github.com/DigitalMediaServer/NSIS-INetC-plugin)
+ * [nsis crypto plugin](https://nsis.sourceforge.io/Crypto_plug-in)
Finally, you'll need to decide if you would like to sign the executables though
this is not necessary for personal use.