Mercurial > MadButterfly
diff dox/install.h @ 191:18f8c3126cdb
Refine installation instructions and document event dispatching by wycc.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 18 Nov 2008 13:55:09 +0800 |
parents | 04c81b8a5d23 |
children | 85b8bb36fe71 |
line wrap: on
line diff
--- a/dox/install.h Tue Nov 18 13:25:52 2008 +0800 +++ b/dox/install.h Tue Nov 18 13:55:09 2008 +0800 @@ -1,7 +1,10 @@ /*! \page install How to Build and Install MadButterfly? * * Prerequisite - * - install pmake (pmake is make of FreeBSD) + * - autotools + * - autoconf + * - automake + * - libtools * - install Cairo * * Get source @@ -9,6 +12,7 @@ * * Build and Install * - cd MadButtfly + * - ./autogen.sh * - ./configure * - make * - make install