From 13ab919473eb33daa94afc97237fbad9e4df11c2 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sat, 25 Jun 2022 11:48:07 +0200 Subject: [PATCH] Update library location. --- .install | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.install b/.install index 86b1e14..196a19a 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 39162a9..abdfb5f 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.