nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

updated install packages doc #34

Closed zhuker closed 5 years ago

zhuker commented 5 years ago

libavfilter-dev autoconf asciidoc-base w3m needed on ubuntu 18.04 for ./configure to work

nschlia commented 5 years ago

The dependencies are actually mentioned about 20 lines up:

If building from git, you'll also need:

  • autoconf
  • automake
  • asciidoc
  • xmllint
  • w3m

I did not know that "asciidoc-base" is sufficient as "asciidoc" brings a lot of by-catch with it. I'll update the document.

zhuker commented 5 years ago

Note libavfilter-dev

Also it's convenient to copy paste the apt install line with all the deps at once.

On Wed, May 29, 2019, 18:02 Norbert Schlia notifications@github.com wrote:

Closed #34 https://github.com/nschlia/ffmpegfs/pull/34.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nschlia/ffmpegfs/pull/34?email_source=notifications&email_token=ABBKKQSRC3CZDQOZ4JPLWN3PX2LJ5A5CNFSM4HQLXBGKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGORWLGVPI#event-2375445181, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBKKQQ47WDVC5BXY7VS2L3PX2LJ5ANCNFSM4HQLXBGA .

nschlia commented 5 years ago

Note libavfilter-dev

Oops, this one escaped me completely. You're dead right, it is checked by configure. I'll update the docs.

Also it's convenient to copy paste the apt install line with all the deps at once.

I'll add these lines to the prerequisites, I like that copy&paste trick, too. But that'll take some time as I'll have to test it with all OS flavours.