Mercurial > MadButterfly
view dox/install.h @ 1215:8e372ae69010
Fix the issue of showing active mark for a frame in a tween
- Does not show active frame if user set an active frame in a tween
and move the to other frame.
- Frameline only redraw active mark of the current active frame is
same as one of new hover and last hover frame.
- It is fixed by detecting if the crruent active frame is in the same
frame as one of new hover and last hover frame.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 05 Jan 2011 18:53:54 +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 */