Socket
  • POSIX socket API
BSD_Sockets.bmp
  • Linux Kernel Socket 0, 1, 2, 3, 4, 5, 6, 7
# 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

$ ./configure --host=$HOST
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License