Mercurial > MadButterfly
view dox/install.h @ 167:73c4e93d331c
Make makefile more flexible that user can specify dirtories.
1. directory of macro files. (M4MACRODIR)
2. directory of installed include files. (INCDIR)
3. directory of installed libraries. (LIBDIR)
You can specify these variables as paramters of make command.
For example, "make M4MACRODIR='../../tools'" to change directory of macro
files.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 21 Oct 2008 08:32:23 +0800 |
parents | c9c6810a96c1 |
children | 04c81b8a5d23 |
line wrap: on
line source
/*! \page install How to Build and Install MadButterfly? * * Prerequisite * - install pmake (pmake is make of FreeBSD) * - install Cairo * * Get source * - hg clone http://hg.assembla.com/MadButterfly MadButterfly * * Build and Install * - cd MadButtfly * - make * - make install * * Examples * - cd examples/calculator * - make * - ./calc * * - cd examples/svg2code_ex * - make * - ./ex1 * * - cd examples/tank * - make * - ./tank */