Browse Source

update readme

ruki 6 years ago
parent
commit
928253f1a7
4 changed files with 70 additions and 17 deletions
  1. 1 1
      PKGLIST.md
  2. 34 7
      README.md
  3. 34 8
      README_zh.md
  4. 1 1
      scripts/genlist.lua

+ 1 - 1
PKGLIST.md

@@ -1,4 +1,4 @@
-## All Packages
+## All Supported Packages
 
 |linux|windows|iphoneos|macosx|android|
 |-----|-------|--------|------|-------|

+ 34 - 7
README.md

@@ -49,15 +49,42 @@ xmake-repo is an official xmake package repository.
 
 <img src="https://xmake.io/assets/img/index/package_manage.png" width="80%" />
 
-If you want to known more, please refer to:
+If you want to know more, please refer to:
 
-* [Documents](http://xmake.io/#/home)
+* [Documents](https://xmake.io/#/home)
 * [Github](https://github.com/xmake-io/xmake)
-* [HomePage](http://www.xmake.io)
+* [HomePage](https://xmake.io)
 
-## Contacts
+## Supported Packages
 
-* Email:[[email protected]](mailto:[email protected])
-* Homepage:[TBOOX Open Source Project](http://www.tboox.org/cn)
-* Community:[TBOOX Open Source Community](http://www.tboox.org/forum)
+|linux|windows|iphoneos|macosx|android|
+|-----|-------|--------|------|-------|
+|autoconf|bzip2|cmake|autoconf|cmake||
+|automake|cairo|doctest|automake|doctest||
+|bzip2|cmake|libjpeg|bzip2|libjpeg||
+|cairo|doctest|lua|cairo|lua||
+|cjson|expat|nlohmann_json|cjson|nlohmann_json||
+|cmake|freeglut|tbox|cmake|tbox||
+|doctest|freetype|zlib|doctest|zlib||
+|expat|glew||expat|||
+|ffmpeg|go||ffmpeg|||
+|fontconfig|libjpeg||fontconfig|||
+|freeglut|libpng||freetype|||
+|freetype|libsdl||glew|||
+|glew|libuv||go|||
+|go|lua||gperf|||
+|gperf|luajit||json-c|||
+|json-c|make||libev|||
+|libev|nlohmann_json||libiconv|||
+|libiconv|patch||libjpeg|||
+|libjpeg|pcre||libmill|||
+|libmill|pixman||libpng|||
+|libpng|python||libsdl|||
+|libsdl|sqlite3||libtask|||
+|libtask|tbox||libtool|||
+|libtool|zlib||libuv|||
+|libuv|||libxml2|||
+|libxml2|||lua|||
+
+Only some packages are shown here. If you want to see a complete list of all packages, please see: [PKGLIST.md](https://github.com/xmake-io/xmake-repo/blob/master/PKGLIST.md)
 

+ 34 - 8
README_zh.md

@@ -51,15 +51,41 @@ xmake-repo是一个官方的xmake包管理仓库,收录了常用的c/c++开发
 
 如果你想要了解更多,请参考:
 
-* [在线文档](http://xmake.io/#/zh/)
+* [在线文档](https://xmake.io/#/zh/)
 * [在线源码](https://github.com/xmake-io/xmake)
-* [项目主页](http://www.xmake.io/cn)
+* [项目主页](https://xmake.io/cn)
 
-## 联系方式
 
-* 邮箱:[[email protected]](mailto:[email protected])
-* 主页:[TBOOX开源工程](http://www.tboox.org/cn)
-* 社区:[TBOOX开源社区](http://www.tboox.org/forum)
-* QQ群:343118190
-* 微信公众号:tboox-os
+## 被支持的包列表
+
+|linux|windows|iphoneos|macosx|android|
+|-----|-------|--------|------|-------|
+|autoconf|bzip2|cmake|autoconf|cmake||
+|automake|cairo|doctest|automake|doctest||
+|bzip2|cmake|libjpeg|bzip2|libjpeg||
+|cairo|doctest|lua|cairo|lua||
+|cjson|expat|nlohmann_json|cjson|nlohmann_json||
+|cmake|freeglut|tbox|cmake|tbox||
+|doctest|freetype|zlib|doctest|zlib||
+|expat|glew||expat|||
+|ffmpeg|go||ffmpeg|||
+|fontconfig|libjpeg||fontconfig|||
+|freeglut|libpng||freetype|||
+|freetype|libsdl||glew|||
+|glew|libuv||go|||
+|go|lua||gperf|||
+|gperf|luajit||json-c|||
+|json-c|make||libev|||
+|libev|nlohmann_json||libiconv|||
+|libiconv|patch||libjpeg|||
+|libjpeg|pcre||libmill|||
+|libmill|pixman||libpng|||
+|libpng|python||libsdl|||
+|libsdl|sqlite3||libtask|||
+|libtask|tbox||libtool|||
+|libtool|zlib||libuv|||
+|libuv|||libxml2|||
+|libxml2|||lua|||
+
+这里只显示了部分包,如果你想看所有包列表,可以看下:[PKGLIST.md](https://github.com/xmake-io/xmake-repo/blob/master/PKGLIST.md)
 

+ 1 - 1
scripts/genlist.lua

@@ -19,7 +19,7 @@ function main(...)
     end
 
     -- generate markdown table
-    local packages_md = "## All Packages\n\n"
+    local packages_md = "## All Supported Packages\n\n"
     for plat, _ in pairs(packages) do
         packages_md = packages_md .. "|" .. plat
     end