File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# V2Ray 安装方式
22
3- 目前 V2Ray 还在早期测试阶段,暂不提供预编译的运行文件。请使用下面的方式下载源文件并编译。
3+ ## 预编译程序
4+ 发布于 [ Release] ( https://github.com/v2ray/v2ray-core/releases ) 中,每周更新,[ 更新周期见此] ( https://github.com/V2Ray/v2ray-core/blob/master/spec/roadmap.md ) 。
45
56## 编译源文件
7+
8+ 大概流程,请根据实际情况修改
9+
6101 . 安装 Git: sudo apt-get install git -y
7112 . 安装 golang:
812 1 . curl -o go_latest.tar.gz https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz
12163 . go get github.com/v2ray/v2ray-core
13174 . go build github.com/v2ray/v2ray-core/release/server
1418
15- ### archlinux 编译源文件
19+ ### Arch Linux
16201 . 安装 Git: sudo pacman -S git
17212 . 安装 golang:sudo pacman -S go
1822 1 . export GOPATH=$HOME/work
You can’t perform that action at this time.
0 commit comments