Update Paths

Also removed the reference to adig-pkgs since recommended way is through AUR itself, now that it is there.
This commit is contained in:
Aditya Gupta 2021-06-14 02:35:16 +05:30 committed by GitHub
parent ec5fee4307
commit dba7699e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,18 +4,15 @@ ftxui-git
This is the [official] [PKGBUILD] for [FTXUI] for use on [Arch Linux] via This is the [official] [PKGBUILD] for [FTXUI] for use on [Arch Linux] via
[makepkg]. [makepkg].
Run `makepkg` in this directory, or see [adig-pkgs] to add the custom > It is now available in the AUR - [ftxui-git]
repository to have this listed by your [pacman].
Just run makepkg in the directory, or see github.com/adig-pkgs/adig-pkgs how to
add the custom repo to have it listed by your pacman.
The headers are installed to: The headers are installed to:
``` ```
/usr/local/include/ftxui /usr/include/ftxui
```` ````
and the libraries: `libcomponent.a`, `libdom.a`, `libscreen.a` into: and the libraries: `libcomponent.a`, `libdom.a`, `libscreen.a` into:
``` ```
/usr/local/lib/ftxui /usr/lib/ftxui
``` ```
You will get this message from makepkg too, don't forget to link to these You will get this message from makepkg too, don't forget to link to these
@ -24,7 +21,7 @@ libraries.
[Arch Linux]: https://archlinux.org/ [Arch Linux]: https://archlinux.org/
[FTXUI]: https://github.com/ArthurSonzogni/FTXUI [FTXUI]: https://github.com/ArthurSonzogni/FTXUI
[PKGBUILD]: https://wiki.archlinux.org/title/PKGBUILD [PKGBUILD]: https://wiki.archlinux.org/title/PKGBUILD
[adig-pkgs]: https://github.com/adig-pkgs/adig-pkgs
[makepkg]: https://wiki.archlinux.org/title/makepkg [makepkg]: https://wiki.archlinux.org/title/makepkg
[official]:https://github.com/ArthurSonzogni/FTXUI/issues/110 [official]:https://github.com/ArthurSonzogni/FTXUI/issues/110
[pacman]: https://wiki.archlinux.org/title/pacman [pacman]: https://wiki.archlinux.org/title/pacman
[ftxui-git]: https://aur.archlinux.org/packages/ftxui-git/