diff --git a/Source/Ember/XmlToEmber.cpp b/Source/Ember/XmlToEmber.cpp index 4ad1f68..bcbe2ac 100644 --- a/Source/Ember/XmlToEmber.cpp +++ b/Source/Ember/XmlToEmber.cpp @@ -1634,7 +1634,7 @@ bool XmlToEmber::ParseEmberElement(xmlNode* emberNode, Ember& currentEmber } else if (!Compare(curAtt->name, "overall_curve")) { - cout << "found overall curves\n"; + //cout << "found overall curves\n"; auto splits = Split(attStr, ' '); istringstream is(attStr); vector vals; @@ -1657,7 +1657,7 @@ bool XmlToEmber::ParseEmberElement(xmlNode* emberNode, Ember& currentEmber } else if (!Compare(curAtt->name, "red_curve")) { - cout << "found red curves\n"; + //cout << "found red curves\n"; auto splits = Split(attStr, ' '); istringstream is(attStr); vector vals; @@ -1680,7 +1680,7 @@ bool XmlToEmber::ParseEmberElement(xmlNode* emberNode, Ember& currentEmber } else if (!Compare(curAtt->name, "green_curve")) { - cout << "found green curves\n"; + //cout << "found green curves\n"; auto splits = Split(attStr, ' '); istringstream is(attStr); vector vals; @@ -1703,7 +1703,7 @@ bool XmlToEmber::ParseEmberElement(xmlNode* emberNode, Ember& currentEmber } else if (!Compare(curAtt->name, "blue_curve")) { - cout << "found blue curves\n"; + //cout << "found blue curves\n"; auto splits = Split(attStr, ' '); istringstream is(attStr); vector vals; diff --git a/archive/build_linux.sh b/archive/build_linux.sh index 213f3e6..3ed93fe 100755 --- a/archive/build_linux.sh +++ b/archive/build_linux.sh @@ -11,7 +11,7 @@ FRACTORIUM_PACKAGE=$BUILD_PATH/../Bin/Fractorium FRACTORIUM_RPM_PACKAGE=$BUILD_PATH/../Bin/rpmbuild EXTRA_LIBS=/usr/lib/x86_64-linux-gnu -# replace 5.12.2 by your QT version, and check if the instation path is the same +# replace 5.12.2 by your QT version, and check if the bin path is the same QT_PATH=/home/$USER/Dev/Qt/5.11.2/gcc_64/bin LINUX_DEPLOY_QT=/home/$USER/Dev/linuxdeployqt-6-x86_64.AppImage