mirror of
https://github.com/ReVanced/revanced-documentation.git
synced 2026-01-20 01:33:58 +00:00
docs: init
This commit is contained in:
20
docs/revanced-development/0_prerequisites.md
Normal file
20
docs/revanced-development/0_prerequisites.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Requirements
|
||||
|
||||
- ADB
|
||||
- x86/x86_64 host architecture
|
||||
- Zulu JDK 17
|
||||
- Latest Android SDK if you plan to build the integrations from the source
|
||||
- The APK file you want to patch (e.g. YouTube v17.41.37 or YouTube Music v5.23.50). If you want to mount patched applications as root, make sure the same version is installed on your device.
|
||||
|
||||
You can continue by either [building everything from source](2_building_from_source.md) or [downloading the prebuilt packages](1_downloading.md).
|
||||
|
||||
## Overview
|
||||
|
||||
- [Prerequisites](0_prerequisites.md)
|
||||
- [Downloading prebuilt Packages](1_downloading.md)
|
||||
- [Building from source](2_building_from_source.md)
|
||||
- [1. Building the ReVanced Patcher](3_building_revanced_patcher.md)
|
||||
- [2. Building the ReVanced Patches](4_building_revanced_patches.md)
|
||||
- [3. Building the ReVanced Integrations](5_building_revanced_integrations.md)
|
||||
- [4. Building the ReVanced CLI](6_building_revanced_cli.md)
|
||||
- [Using the ReVanced CLI](7_usage.md)
|
||||
Reference in New Issue
Block a user