Add build way to newbies

This commit is contained in:
Deshi Xiao 2016-02-05 16:24:39 +08:00
parent 156edf5cba
commit 841a50e285

8
README
View File

@ -28,3 +28,11 @@ Features Overview
* SSL/TLS security layer and X.509 certificates (using GNU TLS)
* SASL authentication (using GNU SASL)
Build && Installation
---------------------
MacOS Environment:
```
# brew install gtk+3 cppunit gsasl doxygen
# bash test-outsourced-build.sh
```