Mercurial > MadButterfly
comparison dox/install.h @ 176:04c81b8a5d23
Change documentation for installation
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 31 Oct 2008 15:24:31 +0800 |
parents | c9c6810a96c1 |
children | 18f8c3126cdb |
comparison
equal
deleted
inserted
replaced
175:67e13d694230 | 176:04c81b8a5d23 |
---|---|
7 * Get source | 7 * Get source |
8 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly | 8 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly |
9 * | 9 * |
10 * Build and Install | 10 * Build and Install |
11 * - cd MadButtfly | 11 * - cd MadButtfly |
12 * - ./configure | |
12 * - make | 13 * - make |
13 * - make install | 14 * - make install |
14 * | 15 * |
15 * Examples | 16 * Examples |
16 * - cd examples/calculator | 17 * - cd examples/calculator |
22 * - ./ex1 | 23 * - ./ex1 |
23 * | 24 * |
24 * - cd examples/tank | 25 * - cd examples/tank |
25 * - make | 26 * - make |
26 * - ./tank | 27 * - ./tank |
28 * | |
29 * You can make examples with following command, | |
30 * \code | |
31 * make PREFIX=/path/to/some/where/ | |
32 * \endcode | |
33 * if MadButterfly was not installed in default path, with different prefix. | |
34 * | |
35 * You can install MadButterfly somewhere, other than /usr/local/. | |
36 * For example | |
37 * \code | |
38 * ./configure --prefix=${PWD}/dest | |
39 * \endcode | |
27 */ | 40 */ |