Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 721 Bytes

BUILDING.md

File metadata and controls

21 lines (19 loc) · 721 Bytes

Building

Intro

This is the guide to building the latest version of SCRCPY+ for all operating systems. Note: PREREQUISITES FOR RUNNING SCRCPY+ ARE DIFFERENT THAN BUILDING

Prerequisites

  • 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

Build

  • 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