From a404599943a3ded348dc3620905d36cdcf7fbb4e Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 26 Dec 2014 15:01:01 -0500 Subject: [PATCH] Update README for new libraries - VP9/Opus are optional for video - Revert to the Creative OpenAL SDK. It's back and far superior to AL Soft. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f87a9e51..c507c845 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Plasma currently requires the following third-party libraries: - Python 2.7 - http://www.python.org/download/releases/2.7/ - libOgg and libVorbis - http://www.xiph.org/downloads/ - OpenSSL - http://www.slproweb.com/products/Win32OpenSSL.html -- OpenAL Soft - http://kcat.strangesoft.net/openal.html +- OpenAL - http://www.openal.org/ - eXpat - http://expat.sourceforge.net/ - libJPEG - http://libjpeg-turbo.virtualgl.org/ - libPNG - http://www.libpng.org/ @@ -39,6 +39,8 @@ The following libraries are optional: - (for building resource.dat) PIL - http://www.pythonware.com/products/pil/ - (for plFontConverter) Freetype - http://freetype.org/ - (for the GUI tools) Qt5 - http://qt-project.org/ +- (for video) VPX - http://www.webmproject.org/ +- (for video) Opus - http://www.opus-codec.org/ Reducing the use of proprietary libraries is a focus of development and should be expected to change.