VocaSTI/README.md
2024-08-06 22:25:48 -07:00

645 B

Vocaloid STI (Synthesizer Telephonic Interface)

Call or text Hatsune Miku.

+1 (571) 669-3939

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:

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:

mkdir build
cd build
cmake ..
cmake --build . -j$(nproc)