Files
xiaozhi-esp32/managed_components/lvgl__lvgl/.devcontainer/__build_all.sh__
2025-09-05 13:25:11 +08:00

5 lines
109 B
Plaintext

cd build
emcmake cmake ..
emmake make -j$(nproc)
echo "Built succesfully, opening index.html"
code index.html