Mixer Plugin series bundle.
To build the library, perform the following commands:
make config # Configure the build
make fetch # Fetch dependencies from Git repository
make
sudo make installTo get more build options, run:
make helpTo uninstall library, simply issue:
make uninstallTo clean all binary files, run:
make cleanTo clean the whole project tree including configuration files, run:
make pruneTo fetch all possible dependencies and make the source code tree portable between different architectures and platforms, run:
make treeTo build source code archive with all possible dependencies, run:
make distsrc