mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-08-08 15:16:40 +08:00
Update README.md
install script explained
This commit is contained in:
parent
a6165b9d55
commit
5b96a96ea1
@ -436,6 +436,11 @@ If you don't, FTXUI may be used from the following packages:
|
|||||||
|
|
||||||
|
|
||||||
If you choose to build with g++, you can use bash script:
|
If you choose to build with g++, you can use bash script:
|
||||||
|
1. Run the installer:
|
||||||
|
```bash
|
||||||
|
chmod +x install && ./install
|
||||||
|
```
|
||||||
|
2. Compile your codes:
|
||||||
```bash
|
```bash
|
||||||
g++ftxui -o out source_code.cpp
|
g++ftxui -o out source_code.cpp
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user