# Vocaloid STI (Synthesizer Telephonic Interface) Call or text Hatsune Miku. [+1 (571) 669-3939](tel:+15716693939) ## Build Instructions Make sure you have Qt 6, GStreamer and CMake installed. First, clone this repo and the qxmpp submodule. Inside of the qxmpp directory, run: ```sh mkdir build cd build cmake .. -DWITH_GSTREAMER=ON -DQT_VERSION_MAJOR=6 cmake --build . -j$(nproc) sudo cmake --build . --target install ``` Copy `config_example.h` to `config.h` and fill in the necessary credentials. Then from this repo's root, run: ```sh mkdir build cd build cmake .. cmake --build . -j$(nproc) ```