This is the guide to building the latest version of SCRCPY+ for all operating systems. Note: PREREQUISITES FOR RUNNING SCRCPY+ ARE DIFFERENT THAN BUILDING
- Windows
- Node v20
- Yarn Package Manager // run
npm i -g yarn
- Linux
- Node v20
- Yarn Package Manager // run
sudo npm i -g yarn
- MacOS
- Node v20
- Yarn Package Manager // run
sudo npm i -g yarn
- Windows, Linux & MacOS
ALL COMMANDS ARE RUN IN THE ROOT FOLDER OF THE PROJECT
- run
yarn install
- run
yarn build
- 🎉 The compiled project should be in the
build
folder
- run