aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xbinary_tarball/scripts/1_Install_Dependencies.sh1
2 files changed, 3 insertions, 0 deletions
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 \
bgstack15