Lines Matching refs:sysroot
72 your sysroot is `/home/MYUSER/sysroot`. Configure and install GTest using
78 Install into the sysroot using `DESTDIR`:
81 make -j install DESTDIR=/home/MYUSER/sysroot
110 Notice that the sysroot is not included in `libdir` and `includedir`! If you try
112 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
124 inject the actual sysroot into `-I` and `-L` variables. Let us now tell
125 pkg-config about the actual sysroot
129 export PKG_CONFIG_SYSROOT_DIR=/home/MYUSER/sysroot
137 -DGTEST_HAS_PTHREAD=1 -lpthread -I/home/MYUSER/sysroot/usr/include
139 -L/home/MYUSER/sysroot/usr/lib64 -lgtest -lpthread
142 which contains the correct sysroot now. For a more comprehensive guide to also