aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: abdfb5f0ed59f5fd5f610ae595a6419d9dbd3045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ftxui-git
=========

This is the [official] [PKGBUILD] for [FTXUI] for use on [Arch Linux] via
[makepkg].

> It is now available in the AUR - [ftxui-git]

> Using cmake, FetchContent and referring to a specific hash version of FTXUI is recommended instead, especially for public open source projects.

The headers are installed to:
```
/usr/include/ftxui/
````
and the libraries: `ftxui-screen.a`, `ftxui-dom.a`, `ftxui-component.a` into:
```
/usr/lib/
```

It is recommanded to use CMake, in order to use the correct flags.

You will get this message from makepkg too, don't forget to link to these
libraries.

[Arch Linux]: https://archlinux.org/
[FTXUI]: https://github.com/ArthurSonzogni/FTXUI
[PKGBUILD]: https://wiki.archlinux.org/title/PKGBUILD
[makepkg]: https://wiki.archlinux.org/title/makepkg
[official]:https://github.com/ArthurSonzogni/FTXUI/issues/110
[pacman]: https://wiki.archlinux.org/title/pacman
[ftxui-git]: https://aur.archlinux.org/packages/ftxui-git/