Mercurial > MadButterfly
changeset 176:04c81b8a5d23
Change documentation for installation
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 31 Oct 2008 15:24:31 +0800 |
parents | 67e13d694230 |
children | c8cf6343868b |
files | dox/install.h |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dox/install.h Fri Oct 31 15:15:44 2008 +0800 +++ b/dox/install.h Fri Oct 31 15:24:31 2008 +0800 @@ -9,6 +9,7 @@ * * Build and Install * - cd MadButtfly + * - ./configure * - make * - make install * @@ -24,4 +25,16 @@ * - 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 */