equal
deleted
inserted
replaced
16 Classes organization throughout header files is explained in DEVNOTES. |
16 Classes organization throughout header files is explained in DEVNOTES. |
17 |
17 |
18 |
18 |
19 Building |
19 Building |
20 -------- |
20 -------- |
21 Type 'make all' to build everything and 'make help' for list of targets. |
21 Type 'scons all' to build everything and 'scons -h' for list of targets. |
22 |
22 |
23 Requirements: |
23 Requirements: |
|
24 SCons |
24 pthreads (see bellow) |
25 pthreads (see bellow) |
25 Python 2.4 or newer for Python module and demos |
26 Python 2.4 or newer for Python module and demos |
26 PIL (Python Imaging Library) for Python demos |
27 PIL (Python Imaging Library) for Python demos |
27 SDL for interactive C++ demos |
28 SDL for interactive C++ demos |
28 libpng and zlib for rendering to PNG file from C++ demos |
29 libpng and zlib for rendering to PNG file from C++ demos |
29 |
|
30 Flags can be adjusted in config.mk. |
|
31 |
30 |
32 |
31 |
33 Pthreads |
32 Pthreads |
34 -------- |
33 -------- |
35 Threads can be used to render rows of picture paralelly. Arbitrary number |
34 Threads can be used to render rows of picture paralelly. Arbitrary number |