FTXUI/g++ftxui

9 lines
127 B
Plaintext
Raw Normal View History

2025-06-10 16:43:23 +08:00
#!/bin/bash
/usr/bin/g++ \
2025-06-10 17:02:25 +08:00
-I~/FTXUI/include \
-L~/FTXUI/build \
2025-06-10 16:43:23 +08:00
"$@" \
-lftxui-component -lftxui-dom -lftxui-screen