Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 551 Bytes

DEVELOPERS.md

File metadata and controls

25 lines (18 loc) · 551 Bytes

Using the Builder (for developers)

From source

This is simple enough:

git clone -b revanced-extended https://github.com/YT-Advanced/rvx-builder.git --depth=1 --no-tags
cd rvx-builder
npm i
node .

Note that you need git and NodeJS >= 16 for this.

Building a binary

This is also simple:

git clone -b revanced-extended https://github.com/YT-Advanced/rvx-builder.git --depth=1 --no-tags
cd rvx-builder
npm i
npx pkg -t linux-x64,macos-x64,win-x64 -C GZip .