diff --git a/.gitignore b/.gitignore index 1e93623..ef55215 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ compile_folder/ +common/** +settings/** diff --git a/binary_tarball/scripts/1_Install_Dependencies.sh b/binary_tarball/scripts/1_Install_Dependencies.sh index 42b989c..9ff101a 100755 --- a/binary_tarball/scripts/1_Install_Dependencies.sh +++ b/binary_tarball/scripts/1_Install_Dependencies.sh @@ -8,6 +8,7 @@ _DEPENDENCIES="wget git xvfb \ xz-utils \ gettext-base \ curl python3 libjack-dev \ + python3-psutil python-psutil python3-dev python-dev \ autotools-dev \ autoconf2.13 \ zip \