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

Diff for /code/nel/INSTALL between version 1.14 and 1.15

version 1.14, 2001/02/22 18:19:20 version 1.15, 2001/04/10 13:44:50
Line 122 
Line 122 
    2. GNU/Linux compilation    2. GNU/Linux compilation
    ------------------------    ------------------------
  
       The compilation on GNU/Linux has been done only on RedHat 6.2 with 
       GCC 2.96. 
  
       In the NeL directory do :       In the NeL directory do :
  
         In the case (ex: after a cvs checkout) that you need to rebuild the
         "configure" script and/or the "Makefile.in" files, execute the
         "bootstrap" script in the NeL directory :
  
           % ./bootstrap
  
          % ./configure --with-stlport=<Path_to_the_stlport_headers_files> \          % ./configure --with-stlport=<Path_to_the_stlport_headers_files> \
                        --with-python=<Path_to_the_python_headers_files>                        --with-python=<Path_to_the_python_headers_files>
          % make          % make
Line 150 
Line 153 
       following command :       following command :
  
          % ./configure --help          % ./configure --help
  
       In the case (ex: after a cvs checkout) that you need to rebuild the 
       "configure" script and/or the "Makefile.in" files, execute the 
       "bootstrap" script in the NeL directory : 
  
          % ./bootstrap 
  
  
 Installation Installation


Legend:
Removed from v.1.14 
changed lines
 Added in v.1.15