update xmake github url
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
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.
|
||||
|
||||
Refer to kconfig-frontends for style rendering. Of course, users can customize different ui styles.
|
||||
@@ -57,7 +57,7 @@ $ luarocks install ltui
|
||||
|
||||
## 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
|
||||
$ xmake
|
||||
|
@@ -43,7 +43,7 @@
|
||||
|
||||
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风格。
|
||||
|
||||
<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
|
||||
$ xmake
|
||||
|
Reference in New Issue
Block a user