Skip to content

xmake

1. 安装

sh
sudo dnf install xmake

2. 开始

sh
xmake create $proj_name

构建运行

sh
xmake project -k compile_commands build
xmake
xmake run