Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 năm trước cách đây
mục cha
commit
65f3a1dd81

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: handy, pdcursesmod, onnx**
+- **Recently added: g2o, handy, pdcursesmod**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (776)
+- Packages (777)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -6234,6 +6234,39 @@
 <pre><code class="lang-lua">add_requires("fxdiv")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="g2olinux">g2o (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>g2o: A General Framework for Graph Optimization</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://openslam.org/g2o.html">http://openslam.org/g2o.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.12.23</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/g2o/xmake.lua">g2o/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install g2o
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("g2o")
+</code></pre>
 <h3 id="gamenetworkingsocketslinux">gamenetworkingsockets (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -5662,6 +5662,39 @@
 <pre><code class="lang-lua">add_requires("fxdiv")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="g2omacosx">g2o (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>g2o: A General Framework for Graph Optimization</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://openslam.org/g2o.html">http://openslam.org/g2o.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.12.23</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/g2o/xmake.lua">g2o/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install g2o
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("g2o")
+</code></pre>
 <h3 id="gcemmacosx">gcem (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -5678,6 +5678,39 @@
 <pre><code class="lang-lua">add_requires("fxdiv")
 </code></pre>
 <h2 id="g">g</h2>
+<h3 id="g2owindows">g2o (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>g2o: A General Framework for Graph Optimization</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://openslam.org/g2o.html">http://openslam.org/g2o.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2020.12.23</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/g/g2o/xmake.lua">g2o/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install g2o
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("g2o")
+</code></pre>
 <h3 id="gamenetworkingsocketswindows">gamenetworkingsockets (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -4084,6 +4084,29 @@ add_requires("fxdiv")
 
 
 ## g
+### g2o (linux)
+
+
+| Description | *g2o: A General Framework for Graph Optimization* |
+| -- | -- |
+| Homepage | [http://openslam.org/g2o.html](http://openslam.org/g2o.html) |
+| Versions | 2020.12.23 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [g2o/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/g2o/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install g2o
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("g2o")
+```
+
+
 ### gamenetworkingsockets (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -3705,6 +3705,29 @@ add_requires("fxdiv")
 
 
 ## g
+### g2o (macosx)
+
+
+| Description | *g2o: A General Framework for Graph Optimization* |
+| -- | -- |
+| Homepage | [http://openslam.org/g2o.html](http://openslam.org/g2o.html) |
+| Versions | 2020.12.23 |
+| Architectures | arm64, x86_64 |
+| Definition | [g2o/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/g2o/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install g2o
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("g2o")
+```
+
+
 ### gcem (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -3709,6 +3709,29 @@ add_requires("fxdiv")
 
 
 ## g
+### g2o (windows)
+
+
+| Description | *g2o: A General Framework for Graph Optimization* |
+| -- | -- |
+| Homepage | [http://openslam.org/g2o.html](http://openslam.org/g2o.html) |
+| Versions | 2020.12.23 |
+| Architectures | arm64, x64, x86 |
+| Definition | [g2o/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/g2o/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install g2o
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("g2o")
+```
+
+
 ### gamenetworkingsockets (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-10T04:14:36+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-10T04:14:39+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-10T04:14:39+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-10T04:14:39+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-10T04:14:39+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-10T04:14:39+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-10T04:14:40+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-10T04:14:40+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-10T04:14:40+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-10T04:14:40+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-10T04:14:41+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-10T04:14:41+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-10T04:14:41+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-10T04:14:42+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-10T04:14:42+08:00</lastmod>
+  <lastmod>2022-11-10T14:09:17+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: handy, pdcursesmod, onnx**
+- **Recently added: g2o, handy, pdcursesmod**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (776)
+- 包列表 (777)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)