Mercurial > MadButterfly
annotate dox/install.h @ 110:c14cb6d12030
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 12 Sep 2008 15:31:10 +0800 |
parents | 565b55508c8d |
children | c9c6810a96c1 |
rev | line source |
---|---|
108 | 1 /*! \page install How to Build and Install MadButterfly? |
2 * | |
3 * Prerequisite | |
4 * - install pmake (pmake is make of FreeBSD) | |
5 * - install Cairo | |
6 * | |
110 | 7 * Get source |
8 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly | |
9 * | |
108 | 10 * Build and Install |
110 | 11 * - cd MadButtfly |
108 | 12 * - make |
13 * - make install | |
14 * | |
15 * Examples | |
16 * - cd examples/calculator | |
17 * - make | |
18 * - ./calc | |
19 * or | |
20 * - cd examples/svg2code_ex | |
21 * - make | |
22 * - ./ex1 | |
23 */ |