equal
  deleted
  inserted
  replaced
  
    
    
    25     pthreads (see bellow)  | 
    25     pthreads (see bellow)  | 
    26     libpng, zlib  | 
    26     libpng, zlib  | 
    27     Python 2.4 or newer for Python module and demos  | 
    27     Python 2.4 or newer for Python module and demos  | 
    28     SDL for interactive C++ demos  | 
    28     SDL for interactive C++ demos  | 
    29   | 
    29   | 
    30 It should build with these compilers: GCC, IntelC, MSVC  | 
    30 It should build with these compilers: GCC, Clang, IntelC  | 
    31 GCC is default in Linux, MSVC is default in Windows.  | 
         | 
    32   | 
    31   | 
    33   | 
    32   | 
    34 Downloading model files  | 
    33 Downloading model files  | 
    35 -----------------------  | 
    34 -----------------------  | 
    36 Not all models are included in distribution. To download the large  | 
    35 Not all models are included in distribution. To download the large  | 
    42   | 
    41   | 
    43 Pthreads  | 
    42 Pthreads  | 
    44 --------  | 
    43 --------  | 
    45 Threads are used to render rays paralelly. Arbitrary number  | 
    44 Threads are used to render rays paralelly. Arbitrary number  | 
    46 of threads can be used.  | 
    45 of threads can be used.  | 
    47   | 
         | 
    48 For Windows, get Pthreads library here:  | 
         | 
    49 http://sources.redhat.com/pthreads-win32/  | 
         | 
    50   | 
    46   | 
    51   | 
    47   | 
    52 Python Demos  | 
    48 Python Demos  | 
    53 ------------  | 
    49 ------------  | 
    54 All demos render images and write the result to PNG file  | 
    50 All demos render images and write the result to PNG file  |