This commit is contained in:
Kim Laine 2020-04-28 14:54:17 -07:00
Родитель 6fc6b5899d
Коммит f00f41a12b
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -5,7 +5,7 @@ Microsoft SEAL is written in modern standard C++ and is easy to compile and run
For more information about the Microsoft SEAL project, see [sealcrypto.org](https://www.microsoft.com/en-us/research/project/microsoft-seal).
This document pertains to Microsoft SEAL version 3.5.
Users of previous versions of the library should look at the [list of changes](Changes.md).
Users of previous versions of the library should look at the [list of changes](CHANGES.md).
## Contents
@ -163,14 +163,14 @@ Please note that `Debug` mode should not be used except for debugging Microsoft
#### [Optional] Microsoft GSL
By default Microsoft GSL is downloaded as part of Microsoft SEAL library.
Microsoft GSL's header files are copied to `native/src/GSL` to be portable with Microsoft SEAL at the time of installation.
You can disable the dependency on Microsoft GSL by commenting out `#cmakedefine SEAL_USE_MSGSL` in [native\src\util\config.h.in](native\src\util\config.h.in).
Microsoft GSL's header files are copied to `native\src\GSL` to be portable with Microsoft SEAL at the time of installation.
You can disable the dependency on Microsoft GSL by commenting out `#cmakedefine SEAL_USE_MSGSL` in [native\src\seal\util\config.h.in](native\src\seal\util\config.h.in).
#### [Optional] ZLIB
By default ZLIB is downloaded and compiled as part of Microsoft SEAL library.
ZLIB's static archive is included in Microsoft SEAL's static or shared target object.
You can disable the dependency on ZLIB by commenting out `#cmakedefine SEAL_USE_ZLIB` in [native\src\util\config.h.in](native\src\util\config.h.in).
You can disable the dependency on ZLIB by commenting out `#cmakedefine SEAL_USE_ZLIB` in [native\src\seal\util\config.h.in](native\src\seal\util\config.h.in).
#### Building Examples

Просмотреть файл

@ -46,7 +46,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.gitignore = .gitignore
Changes.md = Changes.md
CHANGES.md = CHANGES.md
CMakeLists.txt = CMakeLists.txt
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md

Просмотреть файл

@ -76,7 +76,7 @@ jobs:
- ${{ if eq(parameters.name, 'Nuget') }}:
- job: ${{ parameters.name }}
displayName: ${{ parameters.name }}
dependsOn: [Windows, Linux, macOs, Android]
dependsOn: [Windows, Linux, macOS, Android]
pool:
vmImage: 'windows-latest'
steps: