From 5dc47eb0a151924f357e95dcc4f3623e374a6092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Mei=C3=9Fner?= Date: Sat, 29 Jun 2013 20:37:49 +0200 Subject: [PATCH] Move the optional dependencies to a separete list --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e8b138c..5cb6a797 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Related Projects Library Dependencies -------------------- -Plasma currently utilizes the following third-party libraries: +Plasma currently requires the following third-party libraries: - nVidia PhysX 2.6.4 - http://www.nvidia.com/object/physx_archives.html#SDK - Creative Labs' OpenAL SDK 1.1 - http://connect.creativelabs.com/openal/Downloads/OpenAL11CoreSDK.zip @@ -33,9 +33,12 @@ Plasma currently utilizes the following third-party libraries: - zlib - http://zlib.net/ - PCRE - http://www.pcre.org/ - libcurl - http://curl.haxx.se/ -- PyGTK - http://www.pygtk.org/downloads.html -- PIL - http://www.pythonware.com/products/pil/ -- (optional, for plFontConverter) Freetype - http://freetype.org/ + +The following libraries are optional: + +- (for building resource.dat) PyGTK - http://www.pygtk.org/downloads.html +- (for building resource.dat) PIL - http://www.pythonware.com/products/pil/ +- (for plFontConverter) Freetype - http://freetype.org/ Reducing the use of proprietary libraries is a focus of development and should be expected to change.