You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
## Setup instruction
2
2
3
+
Install clang first.
4
+
3
5
### Method 1 - Clone this repo directly
4
6
5
7
1. Clone this repo:
@@ -73,12 +75,6 @@
73
75
### Note
74
76
75
77
#### ⚠ For OpenWrt 21.02 or lower version
76
-
You have to manually upgrade Golang toolchain to [1.19](https://github.com/openwrt/packages/tree/openwrt-22.03/lang/golang) or higher to compile Xray-core.
78
+
You have to manually upgrade Golang toolchain to [1.21](https://github.com/openwrt/packages/tree/openwrt-23.05/lang/golang) or higher to compile Xray-core.
77
79
78
-
e.g.:
79
80
80
-
```bash
81
-
./scripts/feeds update packages
82
-
rm -rf feeds/packages/lang/golang
83
-
svn co https://github.com/openwrt/packages/branches/openwrt-22.03/lang/golang feeds/packages/lang/golang
0 commit comments