Files
sockpp/devenv.sh
fmp 999fea95a5 Fixed license in source files
Added a TCP client sample

Fixed the 'is_connected' functionality of tcp_client.

Checking the return value of all system calls and setting last_error accordingly.

Changed return value to bool for methods that return binary suceed/fail (from int 0/-1).
2017-03-11 12:37:03 -05:00

10 lines
143 B
Bash
Executable File

#!/bin/sh
#
# Sets up the development environment for the sockpp library.
#
export SOCKPP_DIR=$PWD
export LD_LIBRARY_PATH=${SOCKPP_DIR}/lib