allenbo / networking

A sync/async networking library
GNU General Public License v2.0
0 stars 0 forks source link

networking

A sync/async networking library

Build

You have to download one other repo to build netwoking library

# make a workspace directory
cd ~ && mkdir workspace && cd workspace
# clone common and networking reps
git clone git@github.com:allenbo/common.git
git clone git@github.com:allenbo/networking.git
# compile networking
cd networking && make

A networking library called libnetworking.a will be generated under the directory. When you are using netwoking in other projects, be sure to include common too.