You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can build Swift Homomorphic Encryption either via XCode or via command line in a terminal.
103
+
You can build Swift Homomorphic Encryption either via Xcode or via command line in a terminal.
100
104
101
105
After cloning the repository, run
102
106
```sh
103
107
cd swift-homomorphic-encryption
104
108
git submodule update --init --recursive
105
109
```
106
110
107
-
#### XCode
108
-
To build Swift Homomorphic Encryption from XCode, simply open the root directory in XCode.
109
-
See the [XCode documentation](https://developer.apple.com/documentation/xcode) for more details on developing with XCode.
111
+
#### Xcode
112
+
To build Swift Homomorphic Encryption from Xcode, simply open the root directory in Xcode.
113
+
See the [Xcode documentation](https://developer.apple.com/documentation/Xcode) for more details on developing with Xcode.
110
114
111
115
#### Command line
112
116
To build Swift Homomorphic Encryption from command line, open the root directory (i.e., the `swift-homomorphic-encryption` directory) of the cloned repository in a terminal, and run
@@ -159,8 +163,8 @@ By default, benchmarking requires the [jemalloc](http://jemalloc.net) dependency
159
163
> For reliable execution, benchmark can be run without `jemalloc` as described [here](https://github.com/ordo-one/package-benchmark/releases/tag/1.2.0).
160
164
161
165
Two ways to run the benchmarks are:
162
-
*XCode
163
-
* Open the `swift-homomorphic-encryption` folder in XCode.
166
+
*Xcode
167
+
* Open the `swift-homomorphic-encryption` folder in Xcode.
164
168
* Switch to a benchmark target.
165
169
* Run the target, e.g., via the `Product` menu.
166
170
* Command line
@@ -174,8 +178,8 @@ If you are interested in making a contribution to Swift Homomorphic Encryption,
174
178
Swift Homomorphic Encryption uses DocC for documentation.
175
179
For more information, refer to [the DocC documentation](https://www.swift.org/documentation/docc) and the [Swift-DocC Plugin](https://swiftlang.github.io/swift-docc-plugin/documentation/swiftdoccplugin/).
176
180
177
-
## XCode
178
-
The documentation can be built from XCode via `Product -> Build Documentation`.
181
+
## Xcode
182
+
The documentation can be built from Xcode via `Product -> Build Documentation`.
179
183
180
184
## Command line
181
185
The documentation can be built from command line by running
0 commit comments