xmake releases mirror. Contribute to xmake-mirror/xmake-releases development by creating an account on GitHub.
Until 2018, our cpplint.py was a copy of the upstream version at https://github.com/google/styleguide/tree/gh-pages/cpplint. Unfortunately, that repository is not maintained any more. If you want to update cpplint.py in depot_tools, just upload a patch to do so. We will figure out a...
$ xmake g --proxy_pac=github_mirror.lua 我们不用自己编写 pac.lua,就可以直接使用它来加速 github 源的下载。 更新内容 新特性 #1298: 支持 vcpkg 清单模式安装包,实现安装包的版本选择 #1896: 添加 python.library 规则去构建 pybind 模块,并且支持 soabi #1939: 添加 remove_files, remove_headerfiles...
please input: y (y/n/m) => download https://github.com/xmake-mirror/ed/archive/refs/tags/1.17.tar.gz .. ok => install ed 1.17 .. ok => download https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz .. ok => download https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz .. ok =...
=> download https://github.com/xmake-mirror/ed/archive/refs/tags/1.17.tar.gz .. ok => install ed 1.17 .. ok => download https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz .. ok => download https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz .. ok ...
# mirror https://cdn.jsdelivr.net/gh/xmake-io/xrepo-cmake@main/xrepo.cmake file(DOWNLOAD"https://raw.githubusercontent.com/xmake-io/xrepo-cmake/main/xrepo.cmake""${CMAKE_BINARY_DIR}/xrepo.cmake"TLS_VERIFY ON) endif() # Include xrepo.cmake so we can use xrepo_package function...
$ xmake g--proxy_pac=github_mirror.lua 我们不用自己编写 pac.lua,就可以直接使用它来加速 github 源的下载。 更新内容 新特性 #1298: 支持 vcpkg 清单模式安装包,实现安装包的版本选择 #1896: 添加python.library规则去构建 pybind 模块,并且支持 soabi ...
(y/n/m)=>download https://github.com/xmake-mirror/ed/archive/refs/tags/1.17.tar.gz..ok=>install ed1.17..ok=>download https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz..ok=>download https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz..ok=>download https://pkgconfig.freedesktop.org/...
我们可以通过一个 pac.lua 文件,配置镜像代理规则,比如对所有 github.com 域名的访问切到 hub.fastgit.org 域名,实现加速下载包。 pac.lua 配置: function mirror(url) return url:gsub("github.com", "hub.fastgit.org") end 1. 2. 3. 然后我们设置这个 pac.lua 文件,默认路径在 ~/.xmake/pac.lua,也...
function mirror(url) return url:gsub("github.com", "hub.fastgit.org") end //设置 $ xmake g --proxy_pac=/tmp/pac.lua 1. 2. 3. 4. 5. XMAKE_PKG_INSTALLDIR设置安装包路径. XMAKE_PKG_CACHEDIR缓存包目录. v2.5.5 github action云端预编译, ...