We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6075168 + 9843f5e commit f33ce36Copy full SHA for f33ce36
README.md
@@ -174,11 +174,17 @@ The [Swift Package Manager][] is a tool for managing the distribution of Swift c
174
175
1. Add the following to your `Package.swift` file:
176
177
-```swift
178
-dependencies: [
179
- .Package(url: "https://github.com/stephencelis/SQLite.swift.git", majorVersion: 0, minor: 11)
180
-]
181
-```
+ ```swift
+ dependencies: [
+ .Package(url: "https://github.com/stephencelis/SQLite.swift.git", majorVersion: 0, minor: 11)
+ ]
+ ```
182
+
183
+2. Build your project:
184
185
+ ``` sh
186
+ $ swift build -Xlinker -lsqlite3
187
188
189
[Swift Package Manager]: https://swift.org/package-manager
190
0 commit comments