Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 783 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 783 Bytes

lsp-plugins-plugin-template

Summary

Mixer Plugin series bundle.

Building

To build the library, perform the following commands:

make config # Configure the build
make fetch # Fetch dependencies from Git repository
make
sudo make install

To get more build options, run:

make help

To uninstall library, simply issue:

make uninstall

To clean all binary files, run:

make clean

To clean the whole project tree including configuration files, run:

make prune

To fetch all possible dependencies and make the source code tree portable between different architectures and platforms, run:

make tree

To build source code archive with all possible dependencies, run:

make distsrc