update xmake github url

This commit is contained in:
ruki
2019-02-08 23:33:38 +08:00
parent 24020ce948
commit 45fa6dec72
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
LTUI is a cross-platform terminal ui library based on Lua. LTUI is a cross-platform terminal ui library based on Lua.
This framework originated from the requirements of graphical menu configuration in [xmake](https://github.com/tboox/xmake). This framework originated from the requirements of graphical menu configuration in [xmake](https://github.com/xmake-io/xmake).
Similar to the linux kernel's menuconf to configure the compilation parameters, so using curses and lua to implement a cross-platform character terminal ui library. Similar to the linux kernel's menuconf to configure the compilation parameters, so using curses and lua to implement a cross-platform character terminal ui library.
Refer to kconfig-frontends for style rendering. Of course, users can customize different ui styles. Refer to kconfig-frontends for style rendering. Of course, users can customize different ui styles.
@@ -57,7 +57,7 @@ $ luarocks install ltui
## Build ## Build
We need install the cross-platform build utility [xmake](https://github.com/tboox/xmake) first. We need install the cross-platform build utility [xmake](https://github.com/xmake-io/xmake) first.
```console ```console
$ xmake $ xmake

View File

@@ -43,7 +43,7 @@
LTUI是一个基于lua的跨平台字符终端UI界面库。 LTUI是一个基于lua的跨平台字符终端UI界面库。
此框架源于[xmake](https://github.com/tboox/xmake)中图形化菜单配置的需求类似linux kernel的menuconf去配置编译参数因此基于curses和lua实现了一整套跨平台的字符终端ui库。 此框架源于[xmake](https://github.com/xmake-io/xmake)中图形化菜单配置的需求类似linux kernel的menuconf去配置编译参数因此基于curses和lua实现了一整套跨平台的字符终端ui库。
而样式风格基本上完全参照的kconfig-frontends当然用户也可以自己定制不同的ui风格。 而样式风格基本上完全参照的kconfig-frontends当然用户也可以自己定制不同的ui风格。
<img src="https://tboox.org/static/img/ltui/choicebox.png" width="70%" /> <img src="https://tboox.org/static/img/ltui/choicebox.png" width="70%" />
@@ -56,7 +56,7 @@ $ luarocks install ltui
## 编译 ## 编译
我们需要先安装跨平台构建工具:[xmake](https://github.com/tboox/xmake) 我们需要先安装跨平台构建工具:[xmake](https://github.com/xmake-io/xmake)
```console ```console
$ xmake $ xmake