mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
7 lines
144 B
Bash
7 lines
144 B
Bash
#!/usr/bin/env bash
|
|
|
|
pip3 install meson -U
|
|
pip3 install ninja -U
|
|
sudo apt-get install -y liblua5.2-dev
|
|
meson setup build
|
|
meson compile -C build
|