Skip to content

Commit

Permalink
INSTALL: add markdown syntax
Browse files Browse the repository at this point in the history
Reviewed-by: llogan
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
KonradIT authored and michaelni committed May 28, 2014
1 parent 50f4d0b commit c3ee6e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
15 changes: 0 additions & 15 deletions INSTALL

This file was deleted.

17 changes: 17 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#Installing FFmpeg:

1. Type `./configure` to create the configuration. A list of configure
options is printed by running `configure --help`.

`configure` can be launched from a directory different from the FFmpeg
sources to build the objects out of tree. To do this, use an absolute
path when launching `configure`, e.g. `/ffmpegdir/ffmpeg/configure`.

2. Then type `make` to build FFmpeg. GNU Make 3.81 or later is required.

3. Type `make install` to install all binaries and libraries you built.

NOTICE
------

- Non system dependencies (e.g. libx264, libvpx) are disabled by default.

0 comments on commit c3ee6e3

Please sign in to comment.