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
By using Cocoapods, you can download the static library and code of this SDK locally just by adding a sentence similar to the following sentence to your Podfile:
164
+
164
165
```ruby
165
166
pod 'libksygpulive / KSYGPUResource'
166
167
pod 'libksygpulive / libksygpulive'
167
168
```
169
+
168
170
POD install can be implemented.
169
171
170
172
Among them, the first paragraph libksygpulive SDK name, the second paragraph KSYGPUResource and libksygpulive sub-module name
@@ -181,26 +183,31 @@ This SDK provides a number of different sub-modules to meet the needs of differe
181
183
<bmarkdown = 1>
182
184
183
185
* Local development version (sdk clone or download to the local)
186
+
184
187
```
185
188
pod 'libksygpulive / libksygpulive',: path => '../'
186
189
```
187
190
188
191
* Directly specify the SDK's github repository address and version number
192
+
189
193
```
190
194
pod 'libksygpulive / libksygpulive',: git => 'https://github.com/ksvc/KSYLive_iOS.git' ,: tag => 'v1.8.0'
191
195
```
192
196
193
197
Get spec from cocoapod official library trunk, download sdk from github
198
+
194
199
```
195
200
pod 'libksygpulive / libksygpulive'
196
201
```
197
202
198
203
* Get spec from cocoapod official library Trunk, download sdk from Kingsoft cloud storage ks3 (domestic speed is faster)
204
+
199
205
```
200
206
pod 'libksygpulive_ks3 / libksygpulive'
201
207
```
202
208
203
209
* If pod install can not find the prompt of specification, please update repo first
210
+
204
211
```
205
212
pod repo update
206
213
```
@@ -261,7 +268,7 @@ Please refer to the help of the script release-libKSYLive.sh (./release-libKSYLi
261
268
Open the demo directory KSYLiveDemo.xcodeproj, modify the configuration file of the KSYLiveDemo project:
262
269
Select KSYLiveDemo project -> select Project KSYLiveDemo-> select Info tab -> select Configurations-> Debug or Release-> to KSYLiveDemo respectively select the corresponding KSYLiveDemo-framework.xcconfig file. Note that if using a dynamic library, select KSYLiveDemo-dy-framework.xcconfig.
0 commit comments