comparison dox/install.h @ 191:18f8c3126cdb

Refine installation instructions and document event dispatching by wycc.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 18 Nov 2008 13:55:09 +0800
parents 04c81b8a5d23
children 85b8bb36fe71
comparison
equal deleted inserted replaced
190:0a924eb9ccab 191:18f8c3126cdb
1 /*! \page install How to Build and Install MadButterfly? 1 /*! \page install How to Build and Install MadButterfly?
2 * 2 *
3 * Prerequisite 3 * Prerequisite
4 * - install pmake (pmake is make of FreeBSD) 4 * - autotools
5 * - autoconf
6 * - automake
7 * - libtools
5 * - install Cairo 8 * - install Cairo
6 * 9 *
7 * Get source 10 * Get source
8 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly 11 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly
9 * 12 *
10 * Build and Install 13 * Build and Install
11 * - cd MadButtfly 14 * - cd MadButtfly
15 * - ./autogen.sh
12 * - ./configure 16 * - ./configure
13 * - make 17 * - make
14 * - make install 18 * - make install
15 * 19 *
16 * Examples 20 * Examples