Mercurial > MadButterfly
annotate 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 |
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 * | |
7 * Build and Install | |
8 * - cd src | |
9 * - make | |
10 * - make install | |
11 * | |
12 * Examples | |
13 * - cd examples/calculator | |
14 * - make | |
15 * - ./calc | |
16 * or | |
17 * - cd examples/svg2code_ex | |
18 * - make | |
19 * - ./ex1 | |
20 */ |