diff options
| author | ruki <waruqi@gmail.com> | 2019-02-08 23:32:46 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-02-08 15:16:39 +0800 |
| commit | efaf732fd7caf930e309221370aa3bdd4cf22bf8 (patch) | |
| tree | d0a78f1184acb15aab705bd6e3ac6efd63eb94cb | |
| parent | 555f6037018772e1397b503235b3f2c038bff971 (diff) | |
| download | xmake-docs-efaf732fd7caf930e309221370aa3bdd4cf22bf8.tar.gz xmake-docs-efaf732fd7caf930e309221370aa3bdd4cf22bf8.zip | |
update xmake github url
| -rw-r--r-- | README.md | 30 | ||||
| -rw-r--r-- | cn/index.html | 12 | ||||
| -rw-r--r-- | config.js | 6 | ||||
| -rw-r--r-- | landing.html | 12 | ||||
| -rw-r--r-- | landing/index.cn.md | 12 | ||||
| -rw-r--r-- | landing/index.md | 12 | ||||
| -rw-r--r-- | manual.md | 22 | ||||
| -rw-r--r-- | plugins.md | 2 | ||||
| -rw-r--r-- | zh/README.md | 34 | ||||
| -rw-r--r-- | zh/manual.md | 18 | ||||
| -rw-r--r-- | zh/plugins.md | 2 |
11 files changed, 81 insertions, 81 deletions
@@ -23,12 +23,12 @@ search: en <a href="https://aur.archlinux.org/packages/xmake"> <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> </a> - <a href="https://github.com/tboox/xmake/releases"> + <a href="https://github.com/xmake-io/xmake/releases"> <img src="https://img.shields.io/github/release/tboox/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> </div> <div> - <a href="https://github.com/tboox/xmake/blob/master/LICENSE.md"> + <a href="https://github.com/xmake-io/xmake/blob/master/LICENSE.md"> <img src="https://img.shields.io/github/license/tboox/xmake.svg?colorB=f48041&style=flat-square" alt="license" /> </a> <a href="https://www.reddit.com/r/tboox/"> @@ -85,7 +85,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ##### via installer -1. Download xmake windows installer from [Releases](https://github.com/tboox/xmake/releases) +1. Download xmake windows installer from [Releases](https://github.com/xmake-io/xmake/releases) 2. Run xmake-[version].exe ##### via scoop @@ -132,7 +132,7 @@ $ sudo apt install xmake Or download deb package to install it: -1. Download xmake `.deb` install package from [Releases](https://github.com/tboox/xmake/releases) +1. Download xmake `.deb` install package from [Releases](https://github.com/xmake-io/xmake/releases) 2. Run `dpkg -i xmake-xxxx.deb` #### Compilation @@ -140,7 +140,7 @@ Or download deb package to install it: Compile and install: ```bash -$ git clone https://github.com/tboox/xmake.git +$ git clone https://github.com/xmake-io/xmake.git $ cd ./xmake $ ./scripts/get.sh __local__ ``` @@ -340,7 +340,7 @@ If you want to use the MinGW Qt environment on windows, you can set the MinGW pl $ xmake f -p mingw --sdk=C:\Qt\Qt5.10.1\Tools\mingw530_32 ``` -If you want to known more information, you can see [#160](https://github.com/tboox/xmake/issues/160). +If you want to known more information, you can see [#160](https://github.com/xmake-io/xmake/issues/160). ##### Static Library @@ -423,7 +423,7 @@ $ xmake f --cuda=/usr/local/cuda-9.1/ $ xmake ``` -If you want to known more information, you can see [#158](https://github.com/tboox/xmake/issues/158). +If you want to known more information, you can see [#158](https://github.com/xmake-io/xmake/issues/158). #### WDK Driver Program @@ -434,7 +434,7 @@ $ xmake f --wdk="G:\Program Files\Windows Kits\10" -c $ xmake ``` -If you want to known more information, you can see [#159](https://github.com/tboox/xmake/issues/159). +If you want to known more information, you can see [#159](https://github.com/xmake-io/xmake/issues/159). ##### UMDF Driver Program @@ -585,7 +585,7 @@ target("usbview") add_files("xmlhelper.cpp", {rule = "win.sdk.dotnet"}) ``` -If you want to known more information, you can see [#173](https://github.com/tboox/xmake/issues/173). +If you want to known more information, you can see [#173](https://github.com/xmake-io/xmake/issues/173). ## Configuration @@ -1072,7 +1072,7 @@ xmake will remotely pull the relevant source package, then automatically compile <img src="/assets/img/index/package_manage.png" width="80%" /> -For more information and progress on package dependency management see the related issues: [Remote package management] (https://github.com/tboox/xmake/issues/69) +For more information and progress on package dependency management see the related issues: [Remote package management] (https://github.com/xmake-io/xmake/issues/69) ##### Currently Supported Features @@ -1168,8 +1168,8 @@ add_requires("tbox", {config = {small=true}}) Pass `--small=true` to the tbox package so that compiling the installed tbox package is enabled. ##### Using self-built private package warehouse -If the required package is not in the official repository [xmake-repo](https://github.com/tboox/xmake-repo), we can submit the contribution code to the repository for support. -But if some packages are only for personal or private projects, we can create a private repository repo. The repository organization structure can be found at: [xmake-repo](https://github.com/tboox/xmake-repo) +If the required package is not in the official repository [xmake-repo](https://github.com/xmake-io/xmake-repo), we can submit the contribution code to the repository for support. +But if some packages are only for personal or private projects, we can create a private repository repo. The repository organization structure can be found at: [xmake-repo](https://github.com/xmake-io/xmake-repo) For example, now we have a private repository repo:`git@github.com:myrepo/xmake-repo.git` @@ -1342,9 +1342,9 @@ $ xmake repo -u ##### Submit the package to the official warehouse -If you need a package that is not supported by the current official repository, you can commit it to the official repository after local tuning: [xmake-repo](https://github.com/tboox/xmake-repo) +If you need a package that is not supported by the current official repository, you can commit it to the official repository after local tuning: [xmake-repo](https://github.com/xmake-io/xmake-repo) -For detailed contribution descriptions, see: [CONTRIBUTING.md](https://github.com/tboox/xmake-repo/blob/master/CONTRIBUTING.md) +For detailed contribution descriptions, see: [CONTRIBUTING.md](https://github.com/xmake-io/xmake-repo/blob/master/CONTRIBUTING.md) ## FAQ @@ -1397,7 +1397,7 @@ For exmaple: $ xmake [-v|--verbose] ``` -And add `--backtrace` to get the verbose backtrace info, then you can submit these infos to [issues](https://github.com/tboox/xmake/issues). +And add `--backtrace` to get the verbose backtrace info, then you can submit these infos to [issues](https://github.com/xmake-io/xmake/issues). ```bash $ xmake -v --backtrace diff --git a/cn/index.html b/cn/index.html index a5d2becd..dd103ff1 100644 --- a/cn/index.html +++ b/cn/index.html @@ -77,7 +77,7 @@ <p><img src="/assets/img/index/add_require.png" width="70%" /></p> -<p>官方的xmake包管理仓库: <a href="https://github.com/tboox/xmake-repo">xmake-repo</a></p> +<p>官方的xmake包管理仓库: <a href="https://github.com/xmake-io/xmake-repo">xmake-repo</a></p> <h2 id="section-3">构建工程</h2> @@ -189,24 +189,24 @@ <h2 id="section-14">更多插件</h2> -<p>请到插件仓库进行下载安装: <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> +<p>请到插件仓库进行下载安装: <a href="https://github.com/xmake-io/xmake-plugins">xmake-plugins</a>.</p> <h2 id="ide">IDE和编辑器插件</h2> <ul> - <li><a href="https://github.com/tboox/xmake-vscode">xmake-vscode</a></li> + <li><a href="https://github.com/xmake-io/xmake-vscode">xmake-vscode</a></li> </ul> <p><img src="https://raw.githubusercontent.com/tboox/xmake-vscode/master/res/problem.gif" width="60%" /></p> <ul> - <li><a href="https://github.com/tboox/xmake-sublime">xmake-sublime</a></li> + <li><a href="https://github.com/xmake-io/xmake-sublime">xmake-sublime</a></li> </ul> <p><img src="https://raw.githubusercontent.com/tboox/xmake-sublime/master/res/problem.gif" width="60%" /></p> <ul> - <li><a href="https://github.com/tboox/xmake-idea">xmake-idea</a></li> + <li><a href="https://github.com/xmake-io/xmake-idea">xmake-idea</a></li> </ul> <p><img src="https://raw.githubusercontent.com/tboox/xmake-idea/master/res/problem.gif" width="60%" /></p> @@ -278,7 +278,7 @@ <li>主页:<a href="http://www.tboox.org/cn">tboox.org</a></li> <li>社区:<a href="https://www.reddit.com/r/tboox/">Reddit论坛</a></li> <li>聊天:<a href="https://t.me/tbooxorg">Telegram群组</a>, <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">Gitter聊天室</a></li> - <li>源码:<a href="https://github.com/tboox/xmake">Github</a>, <a href="https://gitee.com/tboox/xmake">Gitee</a></li> + <li>源码:<a href="https://github.com/xmake-io/xmake">Github</a>, <a href="https://gitee.com/tboox/xmake">Gitee</a></li> <li>QQ群:343118190</li> <li>微信公众号:tboox-os</li> </ul> @@ -7,7 +7,7 @@ docute.init({ landing: true, repo: 'tboox/xmake', twitter: 'waruqi', - 'edit-link': 'https://github.com/tboox/xmake-docs/blob/master/', + 'edit-link': 'https://github.com/xmake-io/xmake-docs/blob/master/', announcement(route) { const info = { type: 'success' } if (/\/zh/.test(route.path)) { @@ -32,7 +32,7 @@ docute.init({ title: 'Articles', path: 'http://www.tboox.org/category/#xmake' }, { - title: 'Feedback', path: 'https://github.com/tboox/xmake/issues' + title: 'Feedback', path: 'https://github.com/xmake-io/xmake/issues' }, { title: 'Community', path: 'https://www.reddit.com/r/tboox/' @@ -55,7 +55,7 @@ docute.init({ title: '文章', path: 'http://www.tboox.org/cn/category/#xmake' }, { - title: '反馈', path: 'https://github.com/tboox/xmake/issues' + title: '反馈', path: 'https://github.com/xmake-io/xmake/issues' }, { title: '社区', path: 'https://www.reddit.com/r/tboox/' diff --git a/landing.html b/landing.html index ddb086dc..4e0a3a0e 100644 --- a/landing.html +++ b/landing.html @@ -77,7 +77,7 @@ <p><img src="/assets/img/index/add_require.png" width="70%" /></p> -<p>An official xmake package repository: <a href="https://github.com/tboox/xmake-repo">xmake-repo</a></p> +<p>An official xmake package repository: <a href="https://github.com/xmake-io/xmake-repo">xmake-repo</a></p> <h2 id="build-project">Build project</h2> @@ -189,24 +189,24 @@ <h2 id="more-plugins">More Plugins</h2> -<p>Please download and install from the plugins repository <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> +<p>Please download and install from the plugins repository <a href="https://github.com/xmake-io/xmake-plugins">xmake-plugins</a>.</p> <h2 id="ideeditor-integration">IDE/Editor Integration</h2> <ul> - <li><a href="https://github.com/tboox/xmake-vscode">xmake-vscode</a></li> + <li><a href="https://github.com/xmake-io/xmake-vscode">xmake-vscode</a></li> </ul> <p><img src="https://raw.githubusercontent.com/tboox/xmake-vscode/master/res/problem.gif" width="60%" /></p> <ul> - <li><a href="https://github.com/tboox/xmake-sublime">xmake-sublime</a></li> + <li><a href="https://github.com/xmake-io/xmake-sublime">xmake-sublime</a></li> </ul> <p><img src="https://raw.githubusercontent.com/tboox/xmake-sublime/master/res/problem.gif" width="60%" /></p> <ul> - <li><a href="https://github.com/tboox/xmake-idea">xmake-idea</a></li> + <li><a href="https://github.com/xmake-io/xmake-idea">xmake-idea</a></li> </ul> <p><img src="https://raw.githubusercontent.com/tboox/xmake-idea/master/res/problem.gif" width="60%" /></p> @@ -278,7 +278,7 @@ <li>Homepage:<a href="http://www.tboox.org">tboox.org</a></li> <li>Community:<a href="https://www.reddit.com/r/tboox/">/r/tboox on reddit</a></li> <li>ChatRoom:<a href="https://t.me/tbooxorg">Char on telegram</a>, <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">Chat on gitter</a></li> - <li>Source Code:<a href="https://github.com/tboox/xmake">Github</a>, <a href="https://gitee.com/tboox/xmake">Gitee</a></li> + <li>Source Code:<a href="https://github.com/xmake-io/xmake">Github</a>, <a href="https://gitee.com/tboox/xmake">Gitee</a></li> </ul> diff --git a/landing/index.cn.md b/landing/index.cn.md index 2882b967..4b3783e5 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -31,7 +31,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm <img src="/assets/img/index/add_require.png" width="70%" /> -官方的xmake包管理仓库: [xmake-repo](https://github.com/tboox/xmake-repo) +官方的xmake包管理仓库: [xmake-repo](https://github.com/xmake-io/xmake-repo) ## 构建工程 @@ -137,19 +137,19 @@ $ xmake doxygen [srcdir] ## 更多插件 -请到插件仓库进行下载安装: [xmake-plugins](https://github.com/tboox/xmake-plugins). +请到插件仓库进行下载安装: [xmake-plugins](https://github.com/xmake-io/xmake-plugins). ## IDE和编辑器插件 -* [xmake-vscode](https://github.com/tboox/xmake-vscode) +* [xmake-vscode](https://github.com/xmake-io/xmake-vscode) <img src="https://raw.githubusercontent.com/tboox/xmake-vscode/master/res/problem.gif" width="60%" /> -* [xmake-sublime](https://github.com/tboox/xmake-sublime) +* [xmake-sublime](https://github.com/xmake-io/xmake-sublime) <img src="https://raw.githubusercontent.com/tboox/xmake-sublime/master/res/problem.gif" width="60%" /> -* [xmake-idea](https://github.com/tboox/xmake-idea) +* [xmake-idea](https://github.com/xmake-io/xmake-idea) <img src="https://raw.githubusercontent.com/tboox/xmake-idea/master/res/problem.gif" width="60%" /> @@ -215,7 +215,7 @@ target("test") * 主页:[tboox.org](http://www.tboox.org/cn) * 社区:[Reddit论坛](https://www.reddit.com/r/tboox/) * 聊天:[Telegram群组](https://t.me/tbooxorg), [Gitter聊天室](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -* 源码:[Github](https://github.com/tboox/xmake), [Gitee](https://gitee.com/tboox/xmake) +* 源码:[Github](https://github.com/xmake-io/xmake), [Gitee](https://gitee.com/tboox/xmake) * QQ群:343118190 * 微信公众号:tboox-os diff --git a/landing/index.md b/landing/index.md index b25c189b..c09c451f 100644 --- a/landing/index.md +++ b/landing/index.md @@ -31,7 +31,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm <img src="/assets/img/index/add_require.png" width="70%" /> -An official xmake package repository: [xmake-repo](https://github.com/tboox/xmake-repo) +An official xmake package repository: [xmake-repo](https://github.com/xmake-io/xmake-repo) ## Build project @@ -137,19 +137,19 @@ $ xmake doxygen [srcdir] ## More Plugins -Please download and install from the plugins repository [xmake-plugins](https://github.com/tboox/xmake-plugins). +Please download and install from the plugins repository [xmake-plugins](https://github.com/xmake-io/xmake-plugins). ## IDE/Editor Integration -* [xmake-vscode](https://github.com/tboox/xmake-vscode) +* [xmake-vscode](https://github.com/xmake-io/xmake-vscode) <img src="https://raw.githubusercontent.com/tboox/xmake-vscode/master/res/problem.gif" width="60%" /> -* [xmake-sublime](https://github.com/tboox/xmake-sublime) +* [xmake-sublime](https://github.com/xmake-io/xmake-sublime) <img src="https://raw.githubusercontent.com/tboox/xmake-sublime/master/res/problem.gif" width="60%" /> -* [xmake-idea](https://github.com/tboox/xmake-idea) +* [xmake-idea](https://github.com/xmake-io/xmake-idea) <img src="https://raw.githubusercontent.com/tboox/xmake-idea/master/res/problem.gif" width="60%" /> @@ -215,4 +215,4 @@ Some projects using xmake: * Homepage:[tboox.org](http://www.tboox.org) * Community:[/r/tboox on reddit](https://www.reddit.com/r/tboox/) * ChatRoom:[Char on telegram](https://t.me/tbooxorg), [Chat on gitter](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -* Source Code:[Github](https://github.com/tboox/xmake), [Gitee](https://gitee.com/tboox/xmake) +* Source Code:[Github](https://github.com/xmake-io/xmake), [Gitee](https://gitee.com/tboox/xmake) @@ -698,8 +698,8 @@ After the dependent package tbox is loaded, add the `PACKAGE_HAVE_TBOX` macro to ###### Add 3rd package repositories -If the required package is not in the official repository [xmake-repo](https://github.com/tboox/xmake-repo), we can submit the contribution code to the repository for support. -But if some packages are only for personal or private projects, we can create a private repository repo. The repository organization structure can be found at: [xmake-repo](https://github.com/tboox/xmake-repo) +If the required package is not in the official repository [xmake-repo](https://github.com/xmake-io/xmake-repo), we can submit the contribution code to the repository for support. +But if some packages are only for personal or private projects, we can create a private repository repo. The repository organization structure can be found at: [xmake-repo](https://github.com/xmake-io/xmake-repo) For example, now we have a private repository repo:`git@github.com:myrepo/xmake-repo.git` @@ -901,7 +901,7 @@ target("test") -- add -DDEBUG ###### End target definition <p class="warning"> -Translating ..., help me please! [Edit this page](https://github.com/tboox/xmake/blob/master/docs/manual.md) +Translating ..., help me please! [Edit this page](https://github.com/xmake-io/xmake/blob/master/docs/manual.md) </p> 这是一个可选的api,如果不调用,那么`target("xxx")`之后的所有设置都是针对这个target进行的,除非进入其他`target`, `option`, `task`域。 @@ -4066,7 +4066,7 @@ target("qt_widgetapp") add_frameworks("QtWidgets") ``` -更多Qt相关描述见:[#160](https://github.com/tboox/xmake/issues/160) +更多Qt相关描述见:[#160](https://github.com/xmake-io/xmake/issues/160) @@ -4176,7 +4176,7 @@ target("nonpnp") add_files("driver/*.rc") ``` -更多WDK规则描述见:[#159](https://github.com/tboox/xmake/issues/159) +更多WDK规则描述见:[#159](https://github.com/xmake-io/xmake/issues/159) ###### win.sdk.application @@ -4205,7 +4205,7 @@ target("usbview") add_files("xmlhelper.cpp", {rule = "win.sdk.dotnet"}) ``` -更多WDK规则描述见:[#159](https://github.com/tboox/xmake/issues/159) +更多WDK规则描述见:[#159](https://github.com/xmake-io/xmake/issues/159) ##### rule @@ -4479,7 +4479,7 @@ rule_end() 仓库依赖包定义描述,`package()`相关接口定义,等有时间会详细说明,敬请期待。。 -可先参考官方仓库中现有包描述:[xmake-repo](https://github.com/tboox/xmake-repo) +可先参考官方仓库中现有包描述:[xmake-repo](https://github.com/xmake-io/xmake-repo) 这里给个比较具有代表性的实例供参考: @@ -4810,19 +4810,19 @@ function main(kind) end ``` -具体实现这里就不介绍了,可以参考xmake源码目录下的`platforms`平台配置代码: [check.lua](https://github.com/tboox/xmake/blob/master/xmake/platforms/macosx/check.lua) +具体实现这里就不介绍了,可以参考xmake源码目录下的`platforms`平台配置代码: [check.lua](https://github.com/xmake-io/xmake/blob/master/xmake/platforms/macosx/check.lua) ##### on_install ###### 设置目标工程在指定平台的安装脚本 -具体实现逻辑见xmake源码:[install.lua](https://github.com/tboox/xmake/blob/master/xmake/platforms/macosx/install.lua) +具体实现逻辑见xmake源码:[install.lua](https://github.com/xmake-io/xmake/blob/master/xmake/platforms/macosx/install.lua) ##### on_uninstall ###### 设置目标工程在指定平台的卸载脚本 -具体实现逻辑见xmake源码:[uninstall.lua](https://github.com/tboox/xmake/blob/master/xmake/platforms/macosx/uninstall.lua) +具体实现逻辑见xmake源码:[uninstall.lua](https://github.com/xmake-io/xmake/blob/master/xmake/platforms/macosx/uninstall.lua) #### Extension Languages @@ -5202,7 +5202,7 @@ import("xxx.xxx", {inherit = true}) inherit("xxx.xxx") ``` -使用实例,可以参看xmake的tools目录下的脚本:[clang.lua](#https://github.com/tboox/xmake/blob/master/xmake/tools/clang.lua) +使用实例,可以参看xmake的tools目录下的脚本:[clang.lua](#https://github.com/xmake-io/xmake/blob/master/xmake/tools/clang.lua) 这个就是clang工具模块继承了gcc的部分实现。 @@ -490,7 +490,7 @@ $ xmake doxygen ## More Plugins -Please download and install from the plugins repository [xmake-plugins](https://github.com/tboox/xmake-plugins). +Please download and install from the plugins repository [xmake-plugins](https://github.com/xmake-io/xmake-plugins). #### Convert .app to .ipa diff --git a/zh/README.md b/zh/README.md index 57138076..3bfb283c 100644 --- a/zh/README.md +++ b/zh/README.md @@ -24,12 +24,12 @@ search: zh <a href="https://aur.archlinux.org/packages/xmake"> <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> </a> - <a href="https://github.com/tboox/xmake/releases"> + <a href="https://github.com/xmake-io/xmake/releases"> <img src="https://img.shields.io/github/release/tboox/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> </div> <div> - <a href="https://github.com/tboox/xmake/blob/master/LICENSE.md"> + <a href="https://github.com/xmake-io/xmake/blob/master/LICENSE.md"> <img src="https://img.shields.io/github/license/tboox/xmake.svg?colorB=f48041&style=flat-square" alt="license" /> </a> <a href="https://www.reddit.com/r/tboox/"> @@ -92,7 +92,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ##### 使用安装包 -1. 从 [Releases](https://github.com/tboox/xmake/releases) 上下载windows安装包 +1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载windows安装包 2. 运行安装程序 xmake-[version].exe ##### 使用scoop @@ -110,7 +110,7 @@ $ brew install xmake 或者: -1. 从 [Releases](https://github.com/tboox/xmake/releases) 上下载pkg安装包 +1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载pkg安装包 2. 双击运行 或者安装master版本: @@ -155,12 +155,12 @@ $ sudo apt-get install xmake 或者下载deb包来安装: -1. 从 [Releases](https://github.com/tboox/xmake/releases) 上下载deb安装包 +1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载deb安装包 2. 运行: `dpkg -i xmake-xxxx.deb` 在`redhat/centos`上安装: -1. 从 [Releases](https://github.com/tboox/xmake/releases) 上下载rpm安装包 +1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载rpm安装包 2. 运行: `yum install xmake-xxx.rpm --nogpgcheck` #### 编译安装 @@ -168,7 +168,7 @@ $ sudo apt-get install xmake 通过脚本编译安装: ```bash -$ git clone https://github.com/tboox/xmake.git +$ git clone https://github.com/xmake-io/xmake.git $ cd ./xmake $ ./scripts/get.sh __local__ ``` @@ -370,7 +370,7 @@ $ xmake f -p mingw --sdk=C:\Qt\Qt5.10.1\Tools\mingw530_32 上述指定的mingw sdk用的是Qt下Tools目录自带的环境,当然如果有其他第三方mingw编译环境,也可以手动指定, 具体可以参考:[mingw编译配置](#mingw)。 -更多详情可以参考:[#160](https://github.com/tboox/xmake/issues/160) +更多详情可以参考:[#160](https://github.com/xmake-io/xmake/issues/160) ##### 静态库程序 @@ -453,7 +453,7 @@ $ xmake f --cuda=/usr/local/cuda-9.1/ $ xmake ``` -更多详情可以参考:[#158](https://github.com/tboox/xmake/issues/158) +更多详情可以参考:[#158](https://github.com/xmake-io/xmake/issues/158) #### WDK驱动程序 @@ -464,7 +464,7 @@ $ xmake f --wdk="G:\Program Files\Windows Kits\10" -c $ xmake ``` -更多详情可以参考:[#159](https://github.com/tboox/xmake/issues/159) +更多详情可以参考:[#159](https://github.com/xmake-io/xmake/issues/159) ##### umdf驱动程序 @@ -619,7 +619,7 @@ target("usbview") add_files("xmlhelper.cpp", {rule = "win.sdk.dotnet"}) ``` -更多详情可以参考:[#173](https://github.com/tboox/xmake/issues/173) +更多详情可以参考:[#173](https://github.com/xmake-io/xmake/issues/173) ## 编译配置 @@ -1133,7 +1133,7 @@ xmake会去远程拉取相关源码包,然后自动编译安装,最后编译 <img src="/assets/img/index/package_manage.png" width="80%" /> -关于包依赖管理的更多相关信息和进展见相关issues:[Remote package management](https://github.com/tboox/xmake/issues/69) +关于包依赖管理的更多相关信息和进展见相关issues:[Remote package management](https://github.com/xmake-io/xmake/issues/69) ##### 目前支持的特性 @@ -1257,8 +1257,8 @@ add_requires("tbox", {config = {small=true}}) ##### 使用自建私有包仓库 -如果需要的包不在官方仓库[xmake-repo](https://github.com/tboox/xmake-repo)中,我们可以提交贡献代码到仓库进行支持。 -但如果有些包仅用于个人或者私有项目,我们可以建立一个私有仓库repo,仓库组织结构可参考:[xmake-repo](https://github.com/tboox/xmake-repo) +如果需要的包不在官方仓库[xmake-repo](https://github.com/xmake-io/xmake-repo)中,我们可以提交贡献代码到仓库进行支持。 +但如果有些包仅用于个人或者私有项目,我们可以建立一个私有仓库repo,仓库组织结构可参考:[xmake-repo](https://github.com/xmake-io/xmake-repo) 比如,现在我们有一个一个私有仓库repo:`git@github.com:myrepo/xmake-repo.git` @@ -1433,9 +1433,9 @@ $ xmake repo -u 目前这个特性刚完成不久,目前官方仓库的包还不是很多,有些包也许还不支持部分平台,不过这并不是太大问题,后期迭代几个版本后,我会不断扩充完善包仓库。 -如果你需要的包,当前的官方仓库还没有收录,可以提交issues或者自己可以在本地调通后,贡献提交到官方仓库:[xmake-repo](https://github.com/tboox/xmake-repo) +如果你需要的包,当前的官方仓库还没有收录,可以提交issues或者自己可以在本地调通后,贡献提交到官方仓库:[xmake-repo](https://github.com/xmake-io/xmake-repo) -详细的贡献说明,见:[CONTRIBUTING.md](https://github.com/tboox/xmake-repo/blob/master/CONTRIBUTING.md) +详细的贡献说明,见:[CONTRIBUTING.md](https://github.com/xmake-io/xmake-repo/blob/master/CONTRIBUTING.md) ## 问答 @@ -1488,7 +1488,7 @@ $ xmake $ xmake [-v|--verbose] ``` -并且可以加上 `--backtrace` 选项获取出错时的xmake的调试栈信息, 然后你可以提交这些信息到[issues](https://github.com/tboox/xmake/issues). +并且可以加上 `--backtrace` 选项获取出错时的xmake的调试栈信息, 然后你可以提交这些信息到[issues](https://github.com/xmake-io/xmake/issues). ```bash $ xmake -v --backtrace diff --git a/zh/manual.md b/zh/manual.md index 427c8c43..84f61fd3 100644 --- a/zh/manual.md +++ b/zh/manual.md @@ -723,8 +723,8 @@ end}) ###### 添加依赖包仓库 -如果需要的包不在官方仓库[xmake-repo](https://github.com/tboox/xmake-repo)中,我们可以提交贡献代码到仓库进行支持。 -但如果有些包仅用于个人或者私有项目,我们可以建立一个私有仓库repo,仓库组织结构可参考:[xmake-repo](https://github.com/tboox/xmake-repo) +如果需要的包不在官方仓库[xmake-repo](https://github.com/xmake-io/xmake-repo)中,我们可以提交贡献代码到仓库进行支持。 +但如果有些包仅用于个人或者私有项目,我们可以建立一个私有仓库repo,仓库组织结构可参考:[xmake-repo](https://github.com/xmake-io/xmake-repo) 比如,现在我们有一个一个私有仓库repo:`git@github.com:myrepo/xmake-repo.git` @@ -4087,7 +4087,7 @@ target("qt_widgetapp") add_frameworks("QtWidgets") ``` -更多Qt相关描述见:[#160](https://github.com/tboox/xmake/issues/160) +更多Qt相关描述见:[#160](https://github.com/xmake-io/xmake/issues/160) ###### wdk.env.kmdf @@ -4195,7 +4195,7 @@ target("nonpnp") add_files("driver/*.rc") ``` -更多WDK规则描述见:[#159](https://github.com/tboox/xmake/issues/159) +更多WDK规则描述见:[#159](https://github.com/xmake-io/xmake/issues/159) ###### win.sdk.application @@ -4496,7 +4496,7 @@ rule_end() 仓库依赖包定义描述,`package()`相关接口定义,等有时间会详细说明,敬请期待。。 -可先参考官方仓库中现有包描述:[xmake-repo](https://github.com/tboox/xmake-repo) +可先参考官方仓库中现有包描述:[xmake-repo](https://github.com/xmake-io/xmake-repo) 这里给个比较具有代表性的实例供参考: @@ -4827,19 +4827,19 @@ function main(kind) end ``` -具体实现这里就不介绍了,可以参考xmake源码目录下的`platforms`平台配置代码: [check.lua](https://github.com/tboox/xmake/blob/master/xmake/platforms/macosx/check.lua) +具体实现这里就不介绍了,可以参考xmake源码目录下的`platforms`平台配置代码: [check.lua](https://github.com/xmake-io/xmake/blob/master/xmake/platforms/macosx/check.lua) ##### on_install ###### 设置目标工程在指定平台的安装脚本 -具体实现逻辑见xmake源码:[install.lua](https://github.com/tboox/xmake/blob/master/xmake/platforms/macosx/install.lua) +具体实现逻辑见xmake源码:[install.lua](https://github.com/xmake-io/xmake/blob/master/xmake/platforms/macosx/install.lua) ##### on_uninstall ###### 设置目标工程在指定平台的卸载脚本 -具体实现逻辑见xmake源码:[uninstall.lua](https://github.com/tboox/xmake/blob/master/xmake/platforms/macosx/uninstall.lua) +具体实现逻辑见xmake源码:[uninstall.lua](https://github.com/xmake-io/xmake/blob/master/xmake/platforms/macosx/uninstall.lua) #### 语言扩展 @@ -5219,7 +5219,7 @@ import("xxx.xxx", {inherit = true}) inherit("xxx.xxx") ``` -使用实例,可以参看xmake的tools目录下的脚本:[clang.lua](#https://github.com/tboox/xmake/blob/master/xmake/tools/clang.lua) +使用实例,可以参看xmake的tools目录下的脚本:[clang.lua](#https://github.com/xmake-io/xmake/blob/master/xmake/tools/clang.lua) 这个就是clang工具模块继承了gcc的部分实现。 diff --git a/zh/plugins.md b/zh/plugins.md index 36b1a948..964b1204 100644 --- a/zh/plugins.md +++ b/zh/plugins.md @@ -514,7 +514,7 @@ $ xmake doxygen ## 更多插件 -请到插件仓库进行下载安装: [xmake-plugins](https://github.com/tboox/xmake-plugins). +请到插件仓库进行下载安装: [xmake-plugins](https://github.com/xmake-io/xmake-plugins). #### 从app生成ipa包 |
