diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 28933b6cf55..71a5c2e9630 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -410,6 +410,14 @@ $ENV{CONFIG}="Debug"; <userinput>install c:\destination\directory</userinput> </screen> </para> + + <para> + If you want to install only the client applications and + interface libraries, then you can use these commands: +<screen> +<userinput>install c:\destination\directory client</userinput> +</screen> + </para> </sect2> <sect2> |