Added some fixes to router demo

This commit is contained in:
skarg
2016-07-01 14:28:14 +00:00
parent 3465c43a6a
commit 7462d448a5
7 changed files with 45 additions and 7 deletions
+4 -2
View File
@@ -34,8 +34,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3. Build
-----------------------
1. Download, build and install libconfig C/C++ Configuration File Library from http://www.hyperrealm.com/libconfig
2. Set variable "BACNET_PORT" in library root diredory Makefile to linux
1. Download, build and install libconfig C/C++ Configuration File Library
from http://www.hyperrealm.com/libconfig or use APT to install
sudo apt-get install libconfig-dev
2. Set variable "BACNET_PORT" in library root directory Makefile to linux
3. Run "make clean all" from library root directory
-----------------------