mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 13:09:06 +08:00
refactor: Move all manual clones to be submodules (#218)
This commit is contained in:
@@ -85,7 +85,7 @@ Boot into Recovery (long press power button), open Terminal, then choose one set
|
||||
brew install ideviceinstaller wget gnu-tar openssl@3 ldid-procursus sshpass keystone autoconf automake pkg-config libtool cmake
|
||||
```
|
||||
|
||||
**Submodules** — this repo uses a git submodule for resource archives. Clone with:
|
||||
**Submodules** — this repo uses git submodules for resources, vendored Swift deps, and toolchain sources under `scripts/repos/`. Clone with:
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules https://github.com/Lakr233/vphone-cli.git
|
||||
@@ -103,7 +103,7 @@ make setup_machine # full automation through "First Boot" (includes r
|
||||
## Manual Setup
|
||||
|
||||
```bash
|
||||
make setup_tools # install brew deps, build trustcache, clone insert_dylib, build libimobiledevice, create Python venv
|
||||
make setup_tools # install brew deps, build trustcache + insert_dylib + libimobiledevice from submodule sources, create Python venv
|
||||
make build # build + sign vphone-cli
|
||||
make vm_new # create VM directory with manifest (config.plist)
|
||||
# options: CPU=8 MEMORY=8192 DISK_SIZE=64
|
||||
|
||||
Reference in New Issue
Block a user