Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #68 from vimmerru/feature/rhel-pipeline
Browse files Browse the repository at this point in the history
Small fixes in building docs
  • Loading branch information
Vyacheslav authored Jun 27, 2017
2 parents e39938f + c78f311 commit e033495
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/ios-build.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/mac-build.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/rhel-build.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/ubuntu-build.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
11 changes: 9 additions & 2 deletions doc/windows-build.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Setup Indy SDK build environment for Windows.
# Setup Indy SDK build environment for Windows

## Get/build dependencies

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e033495

Please sign in to comment.