From d77beb4f3e27296de1fe9efef2231fd06a53df1f Mon Sep 17 00:00:00 2001 From: waridrox Date: Fri, 15 Jan 2021 13:34:52 +0530 Subject: [PATCH] Updated commands in README.md to match with developer docs Signed-off-by: waridrox --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f573e87..fd8afdd 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ A fork of a *Vcpkg* repository has been created for the FLINT required libraries bootstrap-vcpkg.bat # install packages - vcpkg.exe install boost-test:x64-windows boost-program-options:x64-windows boost-log:x64-windows turtle:x64-windows zipper:x64-windows poco:x64-windows libpq:x64-windows gdal:x64-windows sqlite3:x64-windows boost-ublas:x64-windows + vcpkg.exe install boost-test:x64-windows boost-program-options:x64-windows boost-log:x64-windows turtle:x64-windows zipper:x64-windows poco:x64-windows libpq:x64-windows gdal:x64-windows sqlite3:x64-windows boost-ublas:x64-windows fmt:x64-windows libpqxx:x64-windows ``` + Once this has completed, start a command shell in your FLINT repository folder. Now use the following commands to create the Visual Studio solution: