tboox/xmake-repo 代码Issues5Pull Requests0Wiki统计流水线 服务 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(14) 管理 管理 master dev test
1. 安装 git clone --recursive https://github.com/TOMO-CAT/xmake.git# 没外网时可拉 gitee 镜像库# git clone --recursive https://gitee.com/tomocat/xmake.gitcdxmake bash scripts/install.sh 没外网时拉 gitee 库,它的所有依赖从会从 gitee 获取。 2. VSCode 插件 xmake.lua 格式化插件: 代码提示...
官方的xmake包管理仓库: xmake-repo命令行使用创建工程$ xmake create hello $ cd hello 构建工程$ xmake 运行目标$ xmake run console 调试程序$ xmake run -d console 运行测试$ xmake test 配置平台$ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [debug|release] ...
Compared with package managers such as vcpkg/homebrew, xrepo can provide C/C++ packages for more platforms and architectures at the same time.If you want to know more, please refer to the xrepo documentation:Documents Github GiteeSubmit package to repository...
If you want to know more, please refer to: Documents, Github and Gitee Installation We only need install xmake to use the xrepo command. About the installation of xmake, we can see: Xmake Installation Document. Supported platforms Windows (x86, x64) macOS (i386, x86_64, arm64) Linux (...
xrepo 是一个基于 Xmake 的跨平台 C/C++ 包管理器。它基于 xmake 提供的运行时,但却是一个完整独立的包管理程序,相比 vcpkg/homebrew 此类包管理器,xrepo 能够同时提供更多平台和架构的 C/C++ 包。并且还支持多版本语义选择,另外它还是一个去中心化的分布式仓库,不仅仅提供了官方的 xmake-repo 仓库,还支持...
Gitee 已认证账号 【Gitee 开源项目推荐 | 基于 Xmake 的跨平台 C/C++ 包管理器 xrepo】它基于 xmake 提供的运行时,但却是一个完整独立的包管理程序,相比 vcpkg/homebrew 此类包管理器,xrepo 能够同时提供更多平台和架构的 C/C++ 包。项目地址:链接链接...
[Gitee](https://gitee.com/tboox/xrepo/) [Github](https://github.com/xmake-io/xrepo/) 2 changes: 1 addition & 1 deletion 2 _sidebar.md Original file line numberDiff line numberDiff line change @@ -1,7 +1,7 @@ - Getting Started - [Sponsor](https://xmake.io/#/about/sponsor)...
Gitee.com(码云) 是 OSCHINA.NET 推出的代码托管平台,支持 Git 和 SVN,提供免费的私有仓库托管。目前已有超过 1200万的开发者选择 Gitee。
同时,xrepo 也支持从 vcpkg/homebrew/conan 等第三方包管理器中安装包,并提供统一一致的库链接信息,方便与第三方项目的集成对接。 如果你想要了解更多,请参考:在线文档,Github以及Gitee 安装 我们只需要安装上 xmake 就可以使用 xrepo 命令,关于 xmake 的安装,我们可以看下:xmake 安装文档。