[BACK] Return to INSTALL CVS log [TXT][DIR] Up to Nevrax / code / nel

Diff for /code/nel/INSTALL between version 1.17 and 1.18

version 1.17, 2001/08/09 14:46:46 version 1.18, 2001/08/09 17:19:39
Line 131 
Line 131 
       The option "--with-stlport" allow to override the default STL headers       The option "--with-stlport" allow to override the default STL headers
  
       It is possible to compile and install only the needed part of NeL.       It is possible to compile and install only the needed part of NeL.
       So you may, by using --disable-<net|3d|pacs> and --enable-<sound|ai>.       So you may, by using --disable-<net|3d|pacs> and --enable-<sound|ai> :
       NeL Misc is mandatory and cannot be disabled. 
           - misc
                default: Mandatory
           - net
                default: Enables
                desativate with: --disable-net
           - 3d
                default: Enable
                desativate with: --disable-3d
           - pacs
                default: Enable
                desativate with: --disable-pacs
           - sound
                default: Disable
                ativate with: --enable-sound
           - ai
                default: Disable
                ativate with: --enable-ai
  
       To pass additional arguments to the C++ compiler, use the command line :       To pass additional arguments to the C++ compiler, use the command line :
  


Legend:
Removed from v.1.17 
changed lines
 Added in v.1.18