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

Diff for /code/nel/INSTALL between version 1.24 and 1.25

version 1.24, 2002/03/28 13:08:45 version 1.25, 2002/03/28 15:19:35
Line 9 
Line 9 
       - FreeType 2     <URL:http://freetype.sourceforge.net/>   (NeL 3D)       - FreeType 2     <URL:http://freetype.sourceforge.net/>   (NeL 3D)
       - OpenAL         <URL:http://www.openal.org/>             (NeL Sound)       - OpenAL         <URL:http://www.openal.org/>             (NeL Sound)
       - Python 1.5     <URL:http://www.python.org/>             (NeL AI)       - Python 1.5     <URL:http://www.python.org/>             (NeL AI)
       - Direct Input 8 <URL:http://www.microsoft.com/directx>   (NeL MISC, Windows version)       - Direct Input 8 <URL:http://www.microsoft.com/directx>   (NeL Misc, Windows version)
        - EAX 2          <URL:http://eax.creative.com/>           (NeL Sound, Windows version)
  
    STLPort needs to be compiled. NeL is using the SGI iostreams and it require    STLPort needs to be compiled. NeL is using the SGI iostreams and it require
    the STLPort compilation and a linking of NeL with the STLPort library.    the STLPort compilation and a linking of NeL with the STLPort library.
Line 107 
Line 108 
          - Add the FreeType library directory to the "Library Files" category.          - Add the FreeType library directory to the "Library Files" category.
            ex: D:/freetype-2.0/obj            ex: D:/freetype-2.0/obj
  
         - For DirectX8 : install the SDK, then setup your directories as follow :       Requirements for Nel Misc: Direct Input 8
                 mssdkdir/include/dx8/ 
                 mssdkdir/lib          - Install the DirectX8 SDK, then create a subdirectory called
           Add mssdkdir/include to the "Include Files" category.            dx8 in mssdkdir/include/ and move all files from mssdkdir/include/
             to mssdkdir/include/dx8/.
  
           - Add mssdkdir/include to the "Include Files" category.
           Add mssdkdir/lib to the "Library Files" category.           Add mssdkdir/lib to the "Library Files" category.
           Make sure these appear before visual includes, as an older version of directX            Make sure these appear before visual c++ includes, as an older
           may be present in Visual C++ headers.            version of directX may be present in Visual C++ headers.
  
        Requirements for NeL Sound: OpenAL and EAX 2
  
           - Add the include and library directories for OpenAL:
             Add openaldir/win/ to the "Include Files" category.
             Add openaldir/win/al/ to the "Include Files" category.
             Add openaldir/win/openal32/release to the "Library Files" category.
             Add openaldir/win/alut/release to the "Library Files" category.
             (Please note the include directories are not located in
             openaldir/include/ but in openaldir/win/ on the Windows platform)
  
           - Add the include and library directories for EAX:
             Add eaxdir/include to the "Include Files" category.
             Add eaxdir/libs to the "Library Files" category.
                  
           - At runtime, you will need openal32.dll and eax.dll in your path.
  
       Open the workspace file "nel.dsw" (in the menu [File -> Workspace]).       Open the workspace file "nel.dsw" (in the menu [File -> Workspace]).
  


Legend:
Removed from v.1.24 
changed lines
 Added in v.1.25