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.