Skip to content

Commit

Permalink
docs: add build step for Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Jan 5, 2020
1 parent ce5066e commit d2168ab
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,30 @@ cd ios
#
```

### Build for Mac OS

Build ffmpeg for Max OS
```
./init-osx.sh
cd osx && ./compile-ffmpeg.sh
```

Build ijkplayer for Max OS

```
cd desktop
mkdir cmake-build-debug && cd cmake-build-debug
cmake .. -DCMAKE_BUILD_TYPE="Debug"
make IjkPlayer
make tuidemo
```

tuidemo is a terminal UI demo for ijkplayer in progress, it can't display video yet.

`libIjkPlayer.dylib` is the output dynamic library.

### Support (支持) ###

- Please do not send e-mail to me. Public technical discussion on github is preferred.
- 请尽量在 github 上公开讨论[技术问题](https://github.com/befovy/ijkplayer/issues),不要以邮件方式私下询问,恕不一一回复。

Expand Down

0 comments on commit d2168ab

Please sign in to comment.