Moved libcurl from the required to the optional components

This commit is contained in:
Moritz Bunkus 2010-12-25 23:56:28 +01:00
parent 4fba6cbd10
commit 5474994b78

2
README
View File

@ -68,7 +68,6 @@ libraries you absolutely need are:
- zlib ( http://www.zlib.net/ ) -- a compression library
- Several of Boost's libraries: "format", "RegEx", "filesystem",
"system", "foreach" ( http://www.boost.org/ )
- libcurl ( http://curl.haxx.se/ ) for online update checks
You also need the "rake" or "drake" build program or at least the
programming language Ruby and the "rubygems" package. MKVToolNix comes
@ -98,6 +97,7 @@ built. These include:
aforementioned zlib is what every program supports.
- libMagic from the "file" package ( http://www.darwinsys.com/file/ )
for automatic content type detection
- libcurl ( http://curl.haxx.se/ ) for online update checks
2.3. Building libmatroska and libebml