From 61a4677048a24905d03105fb322e984de5752c0d Mon Sep 17 00:00:00 2001 From: Vyacheslav Gudkov Date: Tue, 27 Jun 2017 18:48:29 +0300 Subject: [PATCH] * Small fixes in building docs --- doc/ios-build.md | 2 +- doc/mac-build.md | 2 +- doc/rhel-build.md | 2 +- doc/ubuntu-build.md | 2 +- doc/windows-build.md | 11 +++++++++-- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/ios-build.md b/doc/ios-build.md index 4b51d0d317..9876ea18b1 100644 --- a/doc/ios-build.md +++ b/doc/ios-build.md @@ -1,4 +1,4 @@ -# Setup of IOS build environment. +# Setup of IOS build environment 1. Install Rust and rustup (https://www.rust-lang.org/install.html). 1. Install toolchains using command: diff --git a/doc/mac-build.md b/doc/mac-build.md index 7bbe57cb01..4cd8a2d474 100644 --- a/doc/mac-build.md +++ b/doc/mac-build.md @@ -1,4 +1,4 @@ -# Setup Indy SDK build environment for MacOS. +# Setup Indy SDK build environment for MacOS 1. Install Rust and rustup (https://www.rust-lang.org/install.html). 1. Install required native libraries and utilities diff --git a/doc/rhel-build.md b/doc/rhel-build.md index 4a2197d6a2..e5f9dda326 100644 --- a/doc/rhel-build.md +++ b/doc/rhel-build.md @@ -1,4 +1,4 @@ -# Setup Indy SDK build environment for RHEL based distro (Amazon Linux 2017.03). +# Setup Indy SDK build environment for RHEL based distro (Amazon Linux 2017.03) 1. Install Rust and rustup (https://www.rust-lang.org/install.html). 1. Install required native libraries and utilities available in repos: diff --git a/doc/ubuntu-build.md b/doc/ubuntu-build.md index 90020f2ac0..07ba4879f8 100644 --- a/doc/ubuntu-build.md +++ b/doc/ubuntu-build.md @@ -1,4 +1,4 @@ -# Setup Indy SDK build environment for Ubuntu based distro (Ubuntu 16.04). +# Setup Indy SDK build environment for Ubuntu based distro (Ubuntu 16.04) 1. Install Rust and rustup (https://www.rust-lang.org/install.html). 2. Install required native libraries and utilities: diff --git a/doc/windows-build.md b/doc/windows-build.md index d438dc3f55..5b6ce37122 100644 --- a/doc/windows-build.md +++ b/doc/windows-build.md @@ -1,4 +1,4 @@ -# Setup Indy SDK build environment for Windows. +# Setup Indy SDK build environment for Windows ## Get/build dependencies @@ -44,7 +44,14 @@ Checkout https://github.com/evernym/libzmq-pw repository. - Get binary dependencies (libamcl*, openssl, libsodium, libzmq, sqlite3). - Put all *.{lib,dll} into one directory and headers into include/ subdirectory. -- open MSVS development console +- Configure MSVS environment to privide 64-bit builds by execution of `vcvars64.bat`: + + ``` + "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\"vcvars64.bat + ``` + + Note that depending on the version of Visual Studio placement of vcvars64.bat can be different. For example, it can be + `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat` - execute "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - Point path to this directory using environment variables: - set SOVRIN_PREBUILT_DEPS_DIR=C:\BIN\x64