diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e05388b2dbade06a0b9b9cdad1f54ab1119238c..3a82395c1a5ae46c32456fd13f3c0e553295e262 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,7 +88,7 @@ file(GLOB JSON_SRC "${PROJECT_SOURCE_DIR}/dependencies/third_party/jsoncpp.cpp")
 set(RAPIDMIX_FULL_SRC ${RAPIDMIX_SRC}
 		      ${GVF_SRC}
 		      ${MAXI_SRC}
-		      ${PIPO_SRC}
+#		      ${PIPO_SRC}
 		      ${RAPIDLIB_SRC}
 		      ${RAPIDLIB_DEP}
 		      ${XMM_SRC}
diff --git a/rmix_build_test.sh b/rmix_build_test.sh
new file mode 100755
index 0000000000000000000000000000000000000000..85833714c45aa50a4cb8e9f358a0c17ea49795fb
--- /dev/null
+++ b/rmix_build_test.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+#Make sure we've got the latest version
+git pull
+git submodule update --init --recursive
+
+rm -rf /build
+mkdir build
+cd build
+cmake ..
+make
+./rapidmixTest
\ No newline at end of file