Update library location.

This commit is contained in:
ArthurSonzogni 2022-06-25 11:48:07 +02:00
parent ce54623cdf
commit 13ab919473
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
post_install() {
echo "-------------------------->"
echo "Location of the FTXUI installation:"
echo "- Headers : /usr/include/ftxui/"
echo "- Libraries : /usr/lib/ftxui/"
echo "- Headers : /usr/include/"
echo "- Libraries : /usr/lib/"
echo "- Cmake config: /usr/lib/cmake/ftxui/"
echo ""
echo "The libraries are:"
echo "- libscreen.a"
echo "- libdom.a"
echo "- libcomponent.a"
echo "- ftxui-libscreen.a"
echo "- ftxui-libdom.a"
echo "- ftxui-libcomponent.a"
echo "Don't forget to link against them."
echo ""
echo "They corresponds to the cmake targets:"

View File

@ -14,7 +14,7 @@ The headers are installed to:
````
and the libraries: `ftxui-screen.a`, `ftxui-dom.a`, `ftxui-component.a` into:
```
/usr/lib/ftxui/
/usr/lib/
```
It is recommanded to use CMake, in order to use the correct flags.