Skip to content

Commit b08131c

Browse files
author
Clement Champetier
committed
Update INSTALL: add section dependencies
1 parent e2d0cce commit b08131c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

INSTALL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
AvTranscoder uses CMake as build system.
44

5+
#### Dependencies
6+
AvTranscoder can depend on ffmpeg, libav, or any fork of these projects that follow the same API.
7+
###### Recommended ffmpeg versions: 2.2.2 or upper
8+
###### Recommended libav versions: not tested
9+
510
#### To build
611
```
712
mkdir build && cd build
@@ -12,7 +17,7 @@ make install
1217

1318
#### To indicate a specific ffmpeg/libav folder
1419
```
15-
cmake .. -DFFMPEG_INCLUDE_DIR=/path/to/include/ -DFFMPEG_LIBRARY_DIR=/path/to/lib/
20+
cmake .. -DCMAKE_PREFIX_PATH=/path/to/your/install
1621
```
1722

1823
#### To not build apps

0 commit comments

Comments
 (0)