Mercurial > MadButterfly
annotate dox/install.h @ 151:d11aa8fc06c7
Fix bug of tanks do not show at right places.
Since we avoid to dirty a subtree if root of a subtree have been dirty or
hidden, it make children that was added into coord tree after a coord be
dirty do not be marked with COF_DIRTY flag. To fix it, when a new coord
is created, the parent is checked and mark new coord with COF_DIRTY flag
if the parent is dirty. It forces new coords to be cleaned and transformed
to right places.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 26 Sep 2008 17:42:16 +0800 |
parents | c9c6810a96c1 |
children | 04c81b8a5d23 |
rev | line source |
---|---|
108 | 1 /*! \page install How to Build and Install MadButterfly? |
2 * | |
3 * Prerequisite | |
4 * - install pmake (pmake is make of FreeBSD) | |
5 * - install Cairo | |
6 * | |
110 | 7 * Get source |
8 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly | |
9 * | |
108 | 10 * Build and Install |
110 | 11 * - cd MadButtfly |
108 | 12 * - make |
13 * - make install | |
14 * | |
15 * Examples | |
16 * - cd examples/calculator | |
17 * - make | |
18 * - ./calc | |
118 | 19 * |
108 | 20 * - cd examples/svg2code_ex |
21 * - make | |
22 * - ./ex1 | |
118 | 23 * |
24 * - cd examples/tank | |
25 * - make | |
26 * - ./tank | |
108 | 27 */ |