mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-29 16:04:32 +00:00
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
This commit is contained in:
parent
c2590ed8be
commit
0a281f3d3f
@ -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
|
||||
$ make -j <threads>
|
||||
```
|
||||
|
||||
**Copyright © 2018 R4SAS <r4sas@i2pmail.org>**
|
||||
**Copyright © 2018 R4SAS <r4sas@i2pmail.org>**
|
||||
|
Loading…
x
Reference in New Issue
Block a user