Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 323 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 323 Bytes

LibEDTP

A Cross-platform library for building c++ socket applications.

BUILDING

GCC(Linux)


$ git clone https://github.com/Vssblt/libedtp.git
$ cd libedtp
$ make
$ make test

Visual Studio(Windows)


$ git clone https://github.com/Vssblt/libedtp.git
$ cd libedtp
$ ./sln