From ca488ea853506dde6bbeef5c8281cd70cd9184bc Mon Sep 17 00:00:00 2001 From: Ding Li Date: Wed, 16 Aug 2017 14:06:42 +0800 Subject: [PATCH] Fix #6 make vc runtime requirement stand out --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6488276..cb4cfe8 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ This binding contains three sets of files: 3. Precompiled DLLs of both 64bit (`Library/MT5`) and 32bit (`Library/MT4`) ZeroMQ and libsodium are provided. Copy the corresponding DLLs to the `Library` folder of your MetaTrader terminal. If you are using MT5 32bit, use - the 32bit version from `Library/MT4`. The DLLs require that you have the - latest Visual C++ runtime (2015). + the 32bit version from `Library/MT4`. **The DLLs require that you have the + latest Visual C++ runtime (2015)**. *Note* that if you are using **MT5 32bit**, you need to comment out the `__X64__` macro definition at the top of the `Include/Zmq/Common.mqh`. I