Update library location.
This commit is contained in:
parent
ce54623cdf
commit
13ab919473
10
.install
10
.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:"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user