Lines Matching refs:sysroot
76 your sysroot is `/home/MYUSER/sysroot`. Configure and install GTest using
82 Install into the sysroot using `DESTDIR`:
85 make -j install DESTDIR=/home/MYUSER/sysroot
114 Notice that the sysroot is not included in `libdir` and `includedir`! If you try
116 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
128 inject the actual sysroot into `-I` and `-L` variables. Let us now tell
129 pkg-config about the actual sysroot
133 export PKG_CONFIG_SYSROOT_DIR=/home/MYUSER/sysroot
141 -DGTEST_HAS_PTHREAD=1 -lpthread -I/home/MYUSER/sysroot/usr/include
143 -L/home/MYUSER/sysroot/usr/lib64 -lgtest -lpthread
146 which contains the correct sysroot now. For a more comprehensive guide to also