From c42c3bb94b73515a91c14b6e5b1b6c032524eae6 Mon Sep 17 00:00:00 2001 From: ANS-UXI Date: Mon, 20 Feb 2023 21:53:42 +0530 Subject: [PATCH] Removing Windows 10 manual boost library initialization from INSTALL.md Signed-off-by: ANS-UXI --- docs/INSTALL.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 189f49afdf..047a354347 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -461,13 +461,6 @@ If you are low on RAM, disk space or traffic there are ways to reduce system req - make sure the emulator uses [hardware acceleration](https://developer.android.com/studio/run/emulator-acceleration); - don't use emulator, debug on a hardware device instead. -#### Windows 10: Manual Boost library initialization - -1. Install Visual Studio 2019 Community Edition. -2. Add cl.exe to your PATH (`C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvars32.bat`). -3. Run `./configure.sh` from _Git (for Window) Bash_ and ignore all errors related to Boost. -4. Go to `./3party/boost`, run `./bootstrap.bat`, and then `b2 headers` to configure Boost. - ## iOS app