diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-26 22:30:05 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-26 22:30:05 -0700 |
commit | 69b4e2ee91361c5ac5d5511145f98f9727d3b0b0 (patch) | |
tree | e7f31c9341286419f6089c44706e34e858507827 /scripts | |
parent | 45cb0b314de712159cfffb2393dba0337a90ee23 (diff) | |
download | vidslice-69b4e2ee91361c5ac5d5511145f98f9727d3b0b0.tar.gz vidslice-69b4e2ee91361c5ac5d5511145f98f9727d3b0b0.zip |
further dependency shenanigans
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setup_linux.sh | 2 | ||||
-rw-r--r-- | scripts/setup_windows.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/setup_linux.sh b/scripts/setup_linux.sh index 84ce4be..a56e51a 100644 --- a/scripts/setup_linux.sh +++ b/scripts/setup_linux.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash sudo apt-get update -sudo apt-get install -y python3.5 python3-pip libgtk-3-dev libgstreamer1.0-dev libsdl2-dev libwxgtk3.0-dev +sudo apt-get install -y python3.5 python3-pip libgtk-3-dev libgstreamer1.0-dev libsdl2-dev libwxgtk3.0-dev libglu1-mesa-dev libwxgtk3.0-0 diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh index 27b0e98..b214256 100644 --- a/scripts/setup_windows.sh +++ b/scripts/setup_windows.sh @@ -1,2 +1,4 @@ #!/usr/bin/env bash choco install python +curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py +python get-pip.py |