mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-07-29 17:01:13 +08:00
Update README.md
g++ftxui bash script description added
This commit is contained in:
parent
75b9387e95
commit
964b29cdfa
@ -435,9 +435,9 @@ If you don't, FTXUI may be used from the following packages:
|
||||
[](https://repology.org/project/libftxui/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 with g++, you can use bash script:
|
||||
```bash
|
||||
g++ . . . -lftxui-component -lftxui-dom -lftxui-screen . . .
|
||||
g++ftxui -o out source_code.cpp
|
||||
```
|
||||
|
||||
To build FTXUI with modules, check [documentation](https://arthursonzogni.github.io/FTXUI/cpp20-modules.html)
|
||||
|
Loading…
Reference in New Issue
Block a user