645 B
645 B
Vocaloid STI (Synthesizer Telephonic Interface)
Call or text Hatsune Miku.
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)