-
Notifications
You must be signed in to change notification settings - Fork 207
安装指南
Dr. Incognito edited this page Feb 21, 2020
·
7 revisions
您可以在Windows (64 位),Linux (64 位,GLIBC>2.23),以及macOS 直接使用V2Ray Desktop的预编译版本。
如果您在使用Windows(32 位)或者Linux(32 位),您可以从源码编译V2Ray Desktop,请参见编译指南。
如果您正在使用Windows或者Ubuntu 16.04,请安装OpenSSL>=1.1。 如果您未安装OpenSSL或OpenSSL<1.1,您依然可以使用VRay Desktop,但将无法使用服务器订阅和检查产品更新的功能。
OpenSSL安装说明请参见:
- Windows:https://slproweb.com/products/Win32OpenSSL.html
- Ubuntu:https://websiteforstudents.com/manually-install-the-latest-openssl-toolkit-on-ubuntu-16-04-18-04-lts/
如果您在使用Windows(64 位),您可以直接使用预编译的二进制文件。
以v1.5.1版本为例,您可以下载Releases页面下载Windows的预编译版本。在解压后,运行V2Ray-Desktop.exe
即可。
如果您在使用Linux(64 位),您可以直接使用预编译的AppImage。
以v1.5.1版本为例,您可以使用如下3条命令运行V2Ray-Desktop:
wget https://github.com/Dr-Incognito/V2Ray-Desktop/releases/download/1.5.1/V2Ray-Desktop-v1.5.1-linux-x86_64.AppImage
chmod a+x V2Ray-Desktop-v1.5.1-linux-x86_64.AppImage
./V2Ray-Desktop-v1.5.1-linux-x86_64.AppImage
特别地,如果您在使用Arch Linux,您可以从AUR获取V2Ray-Desktop。
如果您在使用macOS,您可以直接使用预编译的二进制文件。