From: Martin Mares Date: Thu, 26 Jul 2007 09:35:02 +0000 (+0200) Subject: Mention doc/configure. X-Git-Tag: holmes-import~506^2~19^2~5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=55c18d24100b446f1665c1e40aad3473e8e8fe30;p=libucw.git Mention doc/configure. --- diff --git a/free/libs/README b/free/libs/README index 6d5faef7..6116045e 100644 --- a/free/libs/README +++ b/free/libs/README @@ -11,3 +11,7 @@ See doc/using-libs for description of the libraries. See doc/install for build requirements (the rest of the document does not apply). Use `./configure && make' to build the libraries. + +See doc/configure if you want to tweak what gets built (for example, you can +call `./configure -CONFIG_SHARED' to build the libraries statically or +call `./configure -CONFIG_IMAGES' to avoid building the image library).