Skip to content

编译指北

solstice23 edited this page Mar 27, 2023 · 7 revisions

Install VCPKG

Tutorial

Install required packages

vcpkg install
vcpkg integrate install

Setup npm environment

Install packages for js framework

cd src/js-framework
npm i

Setup npm environment

(Optional) Change NCM install path in the post-compile event.