aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurSonzogni2022-06-25 11:48:07 +0200
committerArthurSonzogni2022-06-25 11:48:07 +0200
commit13ab919473eb33daa94afc97237fbad9e4df11c2 (patch)
treef79b909af23a5ec43c043657fc4f9615fd208570
parentce54623cdf857915778c0b243c7ff49fbce59569 (diff)
downloadaur-13ab919473eb33daa94afc97237fbad9e4df11c2.tar.gz
Update library location.
-rw-r--r--.install10
-rw-r--r--README.md2
2 files changed, 6 insertions, 6 deletions
diff --git a/.install b/.install
index 86b1e142ae9f..196a19a78bcb 100644
--- a/.install
+++ b/.install
@@ -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:"
diff --git a/README.md b/README.md
index 39162a990faf..abdfb5f0ed59 100644
--- a/README.md
+++ b/README.md
@@ -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.