Prerequisite
Get source
Build and Install
- cd MadButtfly
- ./autogen.sh
- ./configure
- make
- make install
Examples
- cd examples/calculator
- make
- ./calc
- cd examples/svg2code_ex
- make
- ./ex1
- cd examples/tank
- make
- ./tank
You can make examples with following command,
make PREFIX=/path/to/some/where/
if MadButterfly was not installed in default path, with different prefix.
You can install MadButterfly somewhere, other than /usr/local/. For example
./configure --prefix=${PWD}/dest