khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

Build error on Ubuntu related to asciidoc #21

Closed vlsd closed 10 years ago

vlsd commented 10 years ago

I get an error when I try and build 0.9 on Ubuntu 14.04:

a2x: ERROR: "xmllint" --nonet --noout --valid "/home/vlad/projects/mp3fs/mp3fs.1.xml" returned non-zero exit status 127

Turns out I need two other packages recommended (but not enforced) by asciidoc: libxml2-utils and xmlto. Might be worth adding this info to the docs...

khenriks commented 10 years ago

Alright, I've added that information to the INSTALL.md file.