First install CMake, Poco, Boost
git clone https://github.com/falsecam/confdesc.git
cd confdesc
mkdir build
cd build
cmake ..
make
git clone https://github.com/hyphaproject/hypha.git
cd hypha
mkdir build
cd build
cmake ..
make
git clone https://github.com/hyphaproject/hypharunner.git
cd hypharunner
mkdir build
cd build
cmake -Dhypha_DIR=../hypha -Dconfdesc_DIR=../confdesc ..
make
hypharunner -pd/path/to/plugins -f/path/to/hypha.xml
Open Runner in browser: localhost:47965.
Send message to plugin espeak: http://localhost:47965/send/espeak?message={"say":"hello%20world!"}
Icon made by Freepik from www.flaticon.com