view dox/install.h @ 180:ee31a9301a7c

Fix the compilation error in build dir.
author sylee@eeepc
date Sun, 02 Nov 2008 12:11:59 +0800
parents 04c81b8a5d23
children 18f8c3126cdb
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
 * - ./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
 */