Browse Source

Merge pull request #643 from atnaguzin/patch-1

Fixed links and msys2 example filename
pull/645/head
orignal 8 years ago committed by GitHub
parent
commit
5b8d1df349
  1. 8
      docs/build_notes_windows.md

8
docs/build_notes_windows.md

@ -27,7 +27,7 @@ msys2
### x86 (32-bit architecture) ### x86 (32-bit architecture)
Get install file msys2-i686-20150916.exe from https://msys2.github.io. Get install file msys2-i686-*.exe from https://msys2.github.io.
open MSYS2 Shell (from Start menu). open MSYS2 Shell (from Start menu).
Install all prerequisites and download i2pd source: Install all prerequisites and download i2pd source:
@ -44,7 +44,7 @@ make
### x64 (64-bit architecture) ### x64 (64-bit architecture)
Get install file msys2-x86_64-20150916.exe from https://msys2.github.io. Get install file msys2-x86_64-*.exe from https://msys2.github.io.
open MSYS2 Shell (from Start menu). open MSYS2 Shell (from Start menu).
Install all prerequisites and download i2pd source: Install all prerequisites and download i2pd source:
@ -97,9 +97,9 @@ Requirements for building:
* [CMake](https://cmake.org/) (tested with 3.1.3) * [CMake](https://cmake.org/) (tested with 3.1.3)
* [Visual Studio Community Edition](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) (tested with VS2013 Update 4) * [Visual Studio Community Edition](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) (tested with VS2013 Update 4)
* [Boost](http://www.boost.org/) (tested with 1.59) * [Boost](http://www.boost.org/) (tested with 1.59)
* Optionally [MiniUPnP](http://miniupnp.free.f) (tested with 1.9), we need only few client headers * Optionally [MiniUPnP](http://miniupnp.free.fr) (tested with 1.9), we need only few client headers
* OpenSSL (tested with 1.0.1p and 1.0.2e), if building from sources (recommended), you'll need as well * OpenSSL (tested with 1.0.1p and 1.0.2e), if building from sources (recommended), you'll need as well
* [Netwide assembler](www.nasm.us) * [Netwide assembler](http://www.nasm.us/)
* Strawberry Perl or ActiveState Perl, do NOT try msys2 perl, it won't work * Strawberry Perl or ActiveState Perl, do NOT try msys2 perl, it won't work

Loading…
Cancel
Save