We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译系统环境 Ubuntu 22.04 根据官方编译文档拉取源码和安装依赖 sudo apt update sudo apt install build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev python3-distutils python3-setuptools rsync swig unzip zlib1g-dev file wget 然后只增加了ssrp 子选项全选编译 第一次提示go版本太低 说要大于1.22,更新go后编译还是不行
The text was updated successfully, but these errors were encountered:
第一次提示go版本太低 说要大于1.22,更新go后编译还是不行
go版本不是系统版本而是op里的版本。。。。。
Sorry, something went wrong.
第一次提示go版本太低 说要大于1.22,更新go后编译还是不行 go版本不是系统版本而是op里的版本。。。。。
是啊,我升级的是/feeds/packages/lang里面的golang
有解决了麻??
换了kenzok的库解决了
No branches or pull requests
编译系统环境 Ubuntu 22.04
根据官方编译文档拉取源码和安装依赖
sudo apt update
sudo apt install build-essential clang flex bison g++ gawk
gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev
python3-distutils python3-setuptools rsync swig unzip zlib1g-dev file wget
然后只增加了ssrp 子选项全选编译
第一次提示go版本太低 说要大于1.22,更新go后编译还是不行
The text was updated successfully, but these errors were encountered: