view dox/install.h @ 108:565b55508c8d

More dox
author Thinker K.F. Li <thinker@branda.to>
date Fri, 12 Sep 2008 13:58:30 +0800
parents
children c14cb6d12030
line wrap: on
line source

/*! \page install How to Build and Install MadButterfly?
 *
 * Prerequisite
 * - install pmake (pmake is make of FreeBSD)
 * - install Cairo
 *
 * Build and Install
 * - cd src
 * - make
 * - make install
 *
 * Examples
 * - cd examples/calculator
 * - make
 * - ./calc
 * or
 * - cd examples/svg2code_ex
 * - make
 * - ./ex1
 */