From 8d8614bc0f89e85d5c7a32f9d85396db9ebf0268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9F=D0=BE=D0=B4=D0=BC=D0=BE?= =?UTF-8?q?=D0=B3=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9?= Date: Thu, 20 Jan 2022 20:24:16 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f7424..9920a76 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Further this procedure will be mentioned as "Change the project to Static" ## Build Boost 1. `bootstrap.bat` -2. `.\b2 runtime-link=static` +2. `.\b2 toolset=msvc-14.2 runtime-link=static` ## Build DBoW2 1. `mkdir build && cd build`