Skip to content

lineCode/Futurerestore-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Futurerestore-iOS

: pxx917144686

: FutureRestore


FutureRestore for Discord


安装依赖

第一步:安装 libcurl 依赖

  1. 安装 Homebrew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  2. 使用 Homebrew 安装 curl 库
    brew install curl
    

更新 PATH

具体如下:

  1. 终端执行命令
    echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.zshrc
    
  2. 设置编译器标志(使编译器能够找到 curl)
    export LDFLAGS="-L/usr/local/opt/curl/lib"
    export CPPFLAGS="-I/usr/local/opt/curl/include"
    
  3. 设置 pkg-config 路径
    export PKG_CONFIG_PATH="/usr/local/opt/curl/lib/pkgconfig"
    
  4. 使修改生效
    source ~/.zshrc
    

第二步:下载 futurerestore-iOS

  1. 克隆仓库——>本地
    git clone https://github.com/pxx917144686/Futurerestore-iOS.git
    
  2. CD——>进入目录
    cd Futurerestore-iOS
    

使用 make 命令 编译 futurerestore.c,生成名为 futurerestore 的可执行文件——>futurerestore-iOS文件夹里面

make

About

Futurerestore平刷、降级、未签名的固件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.0%
  • Makefile 8.0%