docs: init

This commit is contained in:
oSumAtrIX
2022-10-27 22:29:14 -04:00
committed by oSumAtrIX
commit a24442139d
16 changed files with 882 additions and 0 deletions

View 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)