Closed lidfgab closed 1 year ago
Have you compiled this ipk file?
Have you compiled this ipk file?
Tried, but failed
Have you compiled this ipk file?
Tried, but failed
Try using the openwrt official sdk container to match the docker image tag and your architecture or chip.
I'm compiling this project in Centos 9, SDK openwrt-sdk-21.02.0-x86-generic_gcc-8.4.0_musl.Linux-x86_64.tar.xz with this guide below https://github.com/honwen/luci-app-xray but when I make && sudo make install it told me error below " make[3] -C feeds/packages/utils/zstd compile make[3] -C package/luci-app-xray compile make[2] package/index make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on make: *** [/tmp/openwrt-sdk-21.02.0-x86-generic_gcc-8.4.0_musl.Linux-x86_64/include/toplevel.mk:223: world] Error 1 " what's wrong with me?
I'm compiling this project in Centos 9, SDK openwrt-sdk-21.02.0-x86-generic_gcc-8.4.0_musl.Linux-x86_64.tar.xz with this guide below https://github.com/honwen/luci-app-xray but when I make && sudo make install it told me error below " make[3] -C feeds/packages/utils/zstd compile make[3] -C package/luci-app-xray compile make[2] package/index make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on make: *** [/tmp/openwrt-sdk-21.02.0-x86-generic_gcc-8.4.0_musl.Linux-x86_64/include/toplevel.mk:223: world] Error 1 " what's wrong with me?
If you need to compile it yourself, please google "how to compile the openwrt single package", there are already compiled IPK files available. https://blog.mitsuha.me/post/56
I'm compiling this project in Centos 9, SDK openwrt-sdk-21.02.0-x86-generic_gcc-8.4.0_musl.Linux-x86_64.tar.xz with this guide below https://github.com/honwen/luci-app-xray but when I make && sudo make install it told me error below " make[3] -C feeds/packages/utils/zstd compile make[3] -C package/luci-app-xray compile make[2] package/index make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on make: *** [/tmp/openwrt-sdk-21.02.0-x86-generic_gcc-8.4.0_musl.Linux-x86_64/include/toplevel.mk:223: world] Error 1 " what's wrong with me?
Compilation process:
./script/feeds update luci-app-xray && ./script/feeds/install luci-app-xray
make package/luci-app-xray/compile
when I try to compile the newest version, it told me " bash: line 1: proxychains: command not found " where can I got this?
when I try to compile the newest version, it told me
"
bash: line 1: proxychains: command not found
"
where can I got this?
Try to use openwrt official SDK Docker image , they have full toolchain and compile env
bash: line 1: proxychains: command not found
Just don't select "Fetch data files using proxychains" when compiling yichya/openwrt-xray as it is not recommended in most cases, or use official packages/xray-core instead of yichya/openwrt-xray.
Try to use openwrt official SDK Docker image
This tool is not included in OpenWrt SDK and the version on your host machine is being used so if you know what that tool is, use apt (or similar package management tools depending on your distribution) to install proxychains / proxychains-ng and configure it to use a valid proxy to accelerate some geodata fetching process.
git clone https://github.com/yichya/luci-app-v2ray.git package/luci-app-v2ray
This yichya/luci-app-v2ray is not being maintained any more. If you are looking for a LuCI application for v2ray / v2fly, trying something else like Passwall is recommended.
If you need to compile it yourself, please google "how to compile the openwrt single package", there are already compiled IPK files available. https://blog.mitsuha.me/post/56
@Mitsuhaxy, can you please re-upload the file?
If you need to compile it yourself, please google "how to compile the openwrt single package", there are already compiled IPK files available. https://blog.mitsuha.me/post/56
@Mitsuhaxy, can you please re-upload the file?
OK,right here. fw3:https://mitsuha.me/luci-app-xray_1.14.0-1_all_fw3.ipk fw4:https://mitsuha.me/luci-app-xray_1.14.0-1_all_fw4.ipk 21.x:FW3;22.x:FW4.
@Mitsuhaxy could you please re-upload files? It's 404 now
If you need to compile it yourself, please google "how to compile the openwrt single package", there are already compiled IPK files available. https://blog.mitsuha.me/post/56
@Mitsuhaxy, can you please re-upload the file?
OK,right here. fw3:https://mitsuha.me/luci-app-xray_1.14.0-1_all_fw3.ipk fw4:https://mitsuha.me/luci-app-xray_1.14.0-1_all_fw4.ipk 21.x:FW3;22.x:FW4.
website not online. can someone create GA to automatically compile luci-app-xray?
As a openWRT newber, I searched the installation guides for serval days,I found a installation document for expert, but I cannot find a step to step installation guide for this luci-app. Is it possible to have a step-to-step guide?