# HG changeset patch # User Thinker K.F. Li # Date 1225437871 -28800 # Node ID 04c81b8a5d2320ff5fa81c7ef78faedc6be827eb # Parent 67e13d69423010c40083354f83316522cb6ba797 Change documentation for installation diff -r 67e13d694230 -r 04c81b8a5d23 dox/install.h --- 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 */