Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Feb 25, 2025
2 parents 731f594 + ee6773a commit 949d38e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
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](https://nodejs.org/en/)
- Yarn Package Manager // run `npm i -g yarn`
- Linux
- [Node v20](https://nodejs.org/en/)
- Yarn Package Manager // run `sudo npm i -g yarn`
- MacOS
- Windows, Linux & MacOS
- [Node v20](https://nodejs.org/en/)
- Yarn Package Manager // run `sudo npm i -g yarn`
- [Rust](https://rustup.rs/)

## Build
***ALL COMMANDS ARE RUN IN THE 'application' FOLDER OF THE PROJECT***

- 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 `npm install`
- run `npm run tauri build`
- 🎉 The compiled project should be in the `application/src-tauri/target/release` folder

0 comments on commit 949d38e

Please sign in to comment.