Skip to content

Commit 104556f

Browse files
author
Clement Champetier
committed
INSTALL.md: add command to install avtranscoder devel version
1 parent 8811fce commit 104556f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

INSTALL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,18 @@ cmake .. -DCMAKE_BUILD_TYPE=Release/Debug
5252
http://brew.sh/
5353

5454
###### Install avTranscoder
55+
Last stable version:
5556
```
5657
brew tap cbenhagen/video
5758
brew install avtranscoder
5859
```
5960

61+
From develop branch:
62+
```
63+
brew tap cbenhagen/video
64+
brew install avtranscoder --devel
65+
```
66+
6067
###### Use homebrew to install only dependencies
6168
```
6269
brew deps avtranscoder

0 commit comments

Comments
 (0)