mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Update README.md
tiny fixes
This commit is contained in:
@@ -73,7 +73,7 @@ A simple cross-platform C++ library for terminal based user interfaces!
|
|||||||
|
|
||||||
#### DOM
|
#### DOM
|
||||||
|
|
||||||
This module defines a hierarchical set of Element. An element manages layout and can be responsive to the terminal dimensions.
|
This module defines a hierarchical set of Element. An Element manages layout and can be responsive to the terminal dimensions.
|
||||||
|
|
||||||
They are declared in [<ftxui/dom/elements.hpp>](https://arthursonzogni.github.io/FTXUI/elements_8hpp_source.html
|
They are declared in [<ftxui/dom/elements.hpp>](https://arthursonzogni.github.io/FTXUI/elements_8hpp_source.html
|
||||||
)
|
)
|
||||||
@@ -369,13 +369,15 @@ If you don't, FTXUI may be used from the following packages:
|
|||||||
- [Arch Linux PKGBUILD](https://aur.archlinux.org/packages/ftxui-git/).
|
- [Arch Linux PKGBUILD](https://aur.archlinux.org/packages/ftxui-git/).
|
||||||
- [conan.io](https://conan.io/center/ftxui)
|
- [conan.io](https://conan.io/center/ftxui)
|
||||||
- [openSUSE](https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui)
|
- [openSUSE](https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui)
|
||||||
|
-
|
||||||
|
[](https://repology.org/project/ftxui/versions)
|
||||||
|
|
||||||
If you choose to build and link FTXUI yourself, `ftxui-component` must be first in the linking order relative to the other FTXUI libraries, i.e.
|
If you choose to build and link FTXUI yourself, `ftxui-component` must be first in the linking order relative to the other FTXUI libraries, i.e.
|
||||||
```bash
|
```bash
|
||||||
g++ . . . -lftxui-component -lftxui-dom -lftxui-screen . . .
|
g++ . . . -lftxui-component -lftxui-dom -lftxui-screen . . .
|
||||||
```
|
```
|
||||||
|
|
||||||
[](https://repology.org/project/ftxui/versions)
|
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user