Skip to content

Commit

Permalink
Update installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Sep 29, 2015
1 parent 544b99b commit 28f87f2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spec/install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# V2Ray 安装方式

目前 V2Ray 还在早期测试阶段,暂不提供预编译的运行文件。请使用下面的方式下载源文件并编译。
## 预编译程序
发布于 [Release](https://github.com/v2ray/v2ray-core/releases) 中,每周更新,[更新周期见此](https://github.com/V2Ray/v2ray-core/blob/master/spec/roadmap.md)

## 编译源文件

大概流程,请根据实际情况修改

1. 安装 Git: sudo apt-get install git -y
2. 安装 golang:
1. curl -o go_latest.tar.gz https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz
Expand All @@ -12,7 +16,7 @@
3. go get github.com/v2ray/v2ray-core
4. go build github.com/v2ray/v2ray-core/release/server

### archlinux 编译源文件
### Arch Linux
1. 安装 Git: sudo pacman -S git
2. 安装 golang:sudo pacman -S go
1. export GOPATH=$HOME/work
Expand Down

0 comments on commit 28f87f2

Please sign in to comment.