Skip to content

Commit ee18afc

Browse files
author
Clement Champetier
committed
INSTALL.md: add section to install with homebrew
1 parent 69462c7 commit ee18afc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

INSTALL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,20 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/install
4545
```
4646
cmake .. -DCMAKE_BUILD_TYPE=Release/Debug
4747
```
48+
49+
#### Mac OSX using homebrew
50+
51+
###### Install homebrew
52+
http://brew.sh/
53+
54+
###### Install avTranscoder
55+
```
56+
brew tap cbenhagen/video
57+
brew install avtranscoder
58+
```
59+
60+
###### Use homebrew to install only dependencies
61+
```
62+
brew deps avtranscoder
63+
brew install avtranscoder --only-dependencies
64+
```

0 commit comments

Comments
 (0)