Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
初衷
因为在OpenWRT下并没有针对Xray的LuCI,而V2Ray则已有比较成熟的LuCI,在过去两者高度兼容,LuCI可通用。如今似乎越来越有差异化,从而提取了一个
luci-app-v2ray
代码,通过修改适配XRay并取名为luci-app-xray
。项目代码见自动化编译出错。环境需要安装 >=python3.5。对于github 的workflow不熟悉(其实是不懂)。在代码中加入了
python3
也不行。- name: Install Dependencies run: | DEBIAN_FRONTEND=noninteractive \ sudo apt-get install -y ccache gettext libncurses5-dev xsltproc gcc g++ python3
请指教
如何在环境中安装 >=python3.5
Beta Was this translation helpful? Give feedback.
All reactions