Skip to content
Snippets Groups Projects
Unverified Commit 31baf070 authored by Jonas Vautherin's avatar Jonas Vautherin Committed by GitHub
Browse files

Update README.md

I needed to link system libraries when integrating MobileVLCKit.framework from Carthage.
parent 55daaa9a
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,16 @@ Then, run the following command,
```bash
carthage update
```
Note that the following system dependencies are required and need to be linked into the project:
* AudioToolbox.framework
* AVFoundation.framework
* CoreMedia.framework
* VideoToolbox.framework
* libiconv.tbd
* libbz2.tbd
## Build
### Default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment