Mercurial > MadButterfly
view dox/install.h @ 841:ce6cd06adccf
Fix error on area of cached coords and draw on right canvas.
When zerioing, zeroing_coord() does not compute area of a cached coord
and its descendant coords. It is fixed by eliminate empty areas of
descendants and with special case of first non-empty area.
In previous version, it always draw on canvas of root coord. It is fixed.
Known issues:
- It can not translate position of a pointer to a cached coord and
descendants correctly.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Fri, 17 Sep 2010 16:26:14 +0800 |
parents | 85b8bb36fe71 |
children |
line wrap: on
line source
/*! \page install How to Build and Install MadButterfly? * * Prerequisite * - autotools * - autoconf * - automake * - libtools * - install Cairo * - install Pango * * Get source * - hg clone http://hg.assembla.com/MadButterfly MadButterfly * * Build and Install * - cd MadButtfly * - ./autogen.sh * - ./configure * - make * - make install * * Examples * - cd examples/calculator * - make * - ./calc * * - cd examples/svg2code_ex * - make * - ./ex1 * * - cd examples/tank * - make * - ./tank * * You can make examples with following command, * \code * make PREFIX=/path/to/some/where/ * \endcode * if MadButterfly was not installed in default path, with different prefix. * * You can install MadButterfly somewhere, other than /usr/local/. * For example * \code * ./configure --prefix=${PWD}/dest * \endcode */