Browse Source

Fix one issues - see extended description

Based on https://github.com/PurpleI2p/i2pd_docs_en/blob/master/docs/devs/building/windows.md#caveats , paragraph 3
pull/29/head
mewmew-i2p 6 years ago committed by GitHub
parent
commit
0a281f3d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/build_win32.md

8
docs/build_win32.md

@ -5,9 +5,13 @@ Replace `<treads>` to number of threads (cores) used to build. @@ -5,9 +5,13 @@ Replace `<treads>` to number of threads (cores) used to build.
### Preparing to build
```bash
$ pacman -Suy diff git make tar mingw-w64-i686-gcc mingw-w64-i686-boost mingw-w64-i686-libpng mingw-w64-i686-openssl mingw-w64-i686-zlib
$ pacman -S diff git make tar mingw-w64-i686-gcc mingw-w64-i686-boost mingw-w64-i686-libpng mingw-w64-i686-openssl mingw-w64-i686-zlib
$ mkdir /c/devel && cd /c/devel
```
#### Caveat
If you are an Arch Linux user, refrain from updating system with `pacman -Syu`.
Always update runtime separately as described on the home page,
otherwise you might end up with DLLs incompatibility problems.
#### Building Berkley DB
```bash
$ wget http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz
@ -62,4 +66,4 @@ $ qmake RELEASE=1 USE_QRCODE=1 USE_IPV6=1 USE_BUILD_INFO=1 @@ -62,4 +66,4 @@ $ qmake RELEASE=1 USE_QRCODE=1 USE_IPV6=1 USE_BUILD_INFO=1
$ make -j <threads>
```
**Copyright © 2018 R4SAS <r4sas@i2pmail.org>**
**Copyright © 2018 R4SAS <r4sas@i2pmail.org>**

Loading…
Cancel
Save