mirror of
https://github.com/tio/tio.git
synced 2026-05-02 15:17:58 +02:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/usr/bin/env bash
|
|
|
|
pip3 install meson -U
|
|
pip3 install ninja -U
|
|
meson setup build
|
|
meson compile -C build
|