emscripten-core/emscripten

[request] standalone version of file_packager.py

Open

#21,529 建立於 2024年3月14日

在 GitHub 查看
 (19 留言) (0 反應) (0 負責人)C++ (27,361 star) (3,519 fork)batch import
good first bughelp wanted

描述

Currently to package files we need to use file_packager.py - this requires the installation of python.

I also notice that if I just clone this repo and attempt to execute file_packager.py with python installed:

file_packager: warning: config file not found: C:\Users\daego\Desktop\Projects\emscripten\.emscripten.  You can create one by hand or run `emcc --generate-config`
file_packager: error: LLVM_ROOT not set in config (C:\Users\daego\Desktop\Projects\emscripten\.emscripten), and `clang` not found in PATH

signalling even more dependencies, Which aren't even mentioned https://emscripten.org/docs/porting/files/packaging_files.html

貢獻者指南