diff --git a/docs/build_win32.md b/docs/build_win32.md index 4c0284e..7345e8a 100644 --- a/docs/build_win32.md +++ b/docs/build_win32.md @@ -5,9 +5,13 @@ Replace `` 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 ``` -**Copyright © 2018 R4SAS ** \ No newline at end of file +**Copyright © 2018 R4SAS **