Fooyin MSU-1 Plugin is a CMake project that builds the msuinput plugin for Fooyin.
- CMake ≥ 3.16
- Git
- Ninja
- A C++ compiler (tested with GCC 15.2.1)
Ensure all Fooyin dependencies are installed. See the Fooyin build instructions for details.
git clone https://github.com/Vo1dTear/fooyin-plugin-msuinput.git
cd fooyin-plugin-msuinputmkdir -p build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
cmake --build .- This generates the shared library:
build/msuinput/fyplugin_msuinput.so
You can install the plugin either system-wide or locally:
sudo cmake --install .- Installs to:
/usr/lib/fooyin/plugins/fyplugin_msuinput.so
mkdir -p ~/.local/lib/fooyin/plugins
cp build/msuinput/fyplugin_msuinput.so ~/.local/lib/fooyin/plugins/