Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
c3ee6e31
Commit
c3ee6e31
authored
May 27, 2014
by
Konrad Iturbe
Committed by
Michael Niedermayer
May 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
INSTALL: add markdown syntax
Reviewed-by: llogan Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
50f4d0bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
INSTALL.md
INSTALL.md
+17
-0
No files found.
INSTALL
→
INSTALL
.md
View file @
c3ee6e31
#Installing FFmpeg:
1
) Type './configure'
to create the configuration. A list of configure
1
.
Type
`./configure`
to create the configuration. A list of configure
options is printed by running
'configure --help'
.
options is printed by running
`configure --help`
.
'configure'
can be launched from a directory different from the FFmpeg
`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
sources to build the objects out of tree. To do this, use an absolute
path when launching
'configure', e.g. '/ffmpegdir/ffmpeg/configure'
.
path when launching
`configure`
, e.g.
`/ffmpegdir/ffmpeg/configure`
.
2
) Then type 'make'
to build FFmpeg. GNU Make 3.81 or later is required.
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.
3
.
Type
`make install`
to install all binaries and libraries you built.
NOTICE
NOTICE
------
-
Non system dependencies (e.g. libx264, libvpx) are disabled by default.
-
Non system dependencies (e.g. libx264, libvpx) are disabled by default.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment