From 841a50e285d75e4de13a162b96ccf13c1e6c276c Mon Sep 17 00:00:00 2001 From: Deshi Xiao Date: Fri, 5 Feb 2016 16:24:39 +0800 Subject: [PATCH] Add build way to newbies --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 7db9175c..cefb16ed 100644 --- a/README +++ b/README @@ -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 +```