From 5e9500266e09f7ef047c5785499f14695f447ff6 Mon Sep 17 00:00:00 2001 From: fourtf Date: Mon, 16 Apr 2018 20:56:26 +0200 Subject: [PATCH] added newlines to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef53ea409..2a2573e92 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,9 @@ Note: This guide is currently out of date and will not work as is. Note: This build will have some features missing from the build. Building using MSYS2 can be quite easier process. Check out MSYS2 at [msys2.org](http://www.msys2.org/). + Be sure to add `-j ` as a make argument so it will use all your cpu cores to build. [example setup](https://i.imgur.com/qlESlS1.png) + You can also add `-o2` to optimize the final binary size but increase compilation time, and add `-pipe` to use more ram in compilation but increase compilation speed 1. open appropriate MSYS2 terminal and do `pacman -S mingw-w64--boost mingw-w64--qt5 mingw-w64--rapidjson` where `` is `x86_64` or `i686` 2. go into the project directory