1. First run configure
    % ./configure --disable-webserver 

   Or
   % ./configure --enable-debug --disable-client

 Notice: if we want to support the response the "M-SEARCH" message, we MUST enable clinet mode when do "./configure"
	 

2. Run make
    % make

3. Build the samples
    % make check



