XML
# PREFIX=/usr/local
$ export DESTDIR=<path to installed dir>
$ export PKG_CONFIG_PATH=$DESTDIR/lib/pkgconfig
$ export CFLAGS="-I$DESTDIR/include"
$ export LDFLAGS="-L$DESTDIR/lib"
$ export HOST=arm-linux
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License