Skip to content

Commit

Permalink
Update vteDump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Sep 21, 2022
1 parent 4e98305 commit d956fec
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions vteDump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ echo "> pkg-config --modversion libvte"
pkg-config --modversion libvte
echo "> pkg-config --modversion vte"
pkg-config --modversion vte
echo "> ls -al /usr/include/"
ls -al /usr/include/
echo "> ls -al /usr/include/vte-291"
ls -al /usr/include/vte-291
echo "for https://github.com/nonstop/termit/issues/125#issuecomment-1254119382"
echo "> pkg-config --cflags vte-2.91"
pkg-config --cflags vte-2.91
echo "> pkg-config --libs vte-2.91"
pkg-config --libs vte-2.91
echo "> find /usr/include -name vte -type d"
find /usr/include -name vte -type d
exit 0

0 comments on commit d956fec

Please sign in to comment.