Update library location.
This commit is contained in:
parent
ce54623cdf
commit
13ab919473
10
.install
10
.install
@ -1,14 +1,14 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
echo "-------------------------->"
|
echo "-------------------------->"
|
||||||
echo "Location of the FTXUI installation:"
|
echo "Location of the FTXUI installation:"
|
||||||
echo "- Headers : /usr/include/ftxui/"
|
echo "- Headers : /usr/include/"
|
||||||
echo "- Libraries : /usr/lib/ftxui/"
|
echo "- Libraries : /usr/lib/"
|
||||||
echo "- Cmake config: /usr/lib/cmake/ftxui/"
|
echo "- Cmake config: /usr/lib/cmake/ftxui/"
|
||||||
echo ""
|
echo ""
|
||||||
echo "The libraries are:"
|
echo "The libraries are:"
|
||||||
echo "- libscreen.a"
|
echo "- ftxui-libscreen.a"
|
||||||
echo "- libdom.a"
|
echo "- ftxui-libdom.a"
|
||||||
echo "- libcomponent.a"
|
echo "- ftxui-libcomponent.a"
|
||||||
echo "Don't forget to link against them."
|
echo "Don't forget to link against them."
|
||||||
echo ""
|
echo ""
|
||||||
echo "They corresponds to the cmake targets:"
|
echo "They corresponds to the cmake targets:"
|
||||||
|
|||||||
@ -14,7 +14,7 @@ The headers are installed to:
|
|||||||
````
|
````
|
||||||
and the libraries: `ftxui-screen.a`, `ftxui-dom.a`, `ftxui-component.a` into:
|
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.
|
It is recommanded to use CMake, in order to use the correct flags.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user