From c595c3b0c05d32f9104eb7f5abae9cce502462ca Mon Sep 17 00:00:00 2001 From: thiagoralves Date: Tue, 29 May 2018 12:45:42 -0500 Subject: [PATCH] Added working OpenDNP3 library --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e14ee08..3f8221a 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ if [ "$DNP3_SUPPORT" = "Y" -o "$DNP3_SUPPORT" = "y" -o "$DNP3_SUPPORT" = "yes" ] sudo apt-get install cmake #download opendnp3 - git clone --recursive https://github.com/automatak/dnp3.git + #git clone --recursive https://github.com/automatak/dnp3.git cd dnp3 #create swapfile to prevent out of memory errors