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

33 lines
645 B
Markdown

# Vocaloid STI (Synthesizer Telephonic Interface)
Call or text Hatsune Miku.
[+1 (571) 669-3939](tel:+15716693939)
<img src="miku.webp" height="100">
## 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)
```