Files
Comma Device 5c73e264e9 Release 260308
2026-03-08 23:26:57 +08:00

8 lines
191 B
Bash
Executable File

#!/usr/bin/env sh
cd /tmp
git clone --recursive https://github.com/commaai/mapbox-gl-native.git
cd mapbox-gl-native
mkdir build && cd build
cmake -DMBGL_WITH_QT=ON ..
make -j$(nproc) mbgl-qt