view dox/install.h @ 109:703ab76aa8a5

-
author Thinker K.F. Li <thinker@branda.to>
date Fri, 12 Sep 2008 14:00:02 +0800
parents 565b55508c8d
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
 */