Skip to content
Kruvcraft edited this page Apr 29, 2023 · 1 revision

After you have made changes to the module, you can build it, for this you will need to install nodejs, typescript, ts-node, git.

git clone https://github.com/kruvcraft21/GGIl2cpp --recurse-submodules
cd GGIl2cpp
npm i
npm start

or

git clone https://github.com/kruvcraft21/GGIl2cpp --recurse-submodules
cd GGIl2cpp
npm i
ts-node build.ts
Clone this wiki locally