From 1afa05d0c336c30da2f2e32addc1a932ad55832a Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 6 Jan 2018 22:21:07 +1100 Subject: [PATCH] Update README.me Add missing deps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d673c1c1..91343e0b5 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Make sure you install the build requirements mentioned in [build-unix.md](/doc/build-unix.md). Then, install the toolchains and curl: - sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl + sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev To build executables for Windows 32-bit: