view dox/install.h @ 146:e96a584487af

Use elmpool to manage paint_color_t objects. - Add a paint_color_pool member for redraw_man_t. - Initialize and free when redraw_man_init() and redraw_man_destroy().
author Thinker K.F. Li <thinker@branda.to>
date Thu, 25 Sep 2008 09:53:05 +0800
parents c9c6810a96c1
children 04c81b8a5d23
line wrap: on
line source

/*! \page install How to Build and Install MadButterfly?
 *
 * Prerequisite
 * - install pmake (pmake is make of FreeBSD)
 * - install Cairo
 *
 * Get source
 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly
 *
 * Build and Install
 * - cd MadButtfly
 * - make
 * - make install
 *
 * Examples
 * - cd examples/calculator
 * - make
 * - ./calc
 *
 * - cd examples/svg2code_ex
 * - make
 * - ./ex1
 *
 * - cd examples/tank
 * - make
 * - ./tank
 */