diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-26 23:34:54 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-26 23:34:54 -0700 |
commit | 7d8919bf80442b2fe88735c8675b5f243c5272b9 (patch) | |
tree | c72c8e00039388635cf63228f06dccba1488e359 /scripts | |
parent | 519536fdd0fe708b4192f3e5c2b02375435e133b (diff) | |
download | vidslice-7d8919bf80442b2fe88735c8675b5f243c5272b9.tar.gz vidslice-7d8919bf80442b2fe88735c8675b5f243c5272b9.zip |
dependency wrestling part 2
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setup_linux.sh | 1 | ||||
-rw-r--r-- | scripts/setup_windows.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup_linux.sh b/scripts/setup_linux.sh index 0458fe1..da62cf3 100644 --- a/scripts/setup_linux.sh +++ b/scripts/setup_linux.sh @@ -3,3 +3,4 @@ set -x sudo apt-get update sudo apt-get install -y python3.5 python3.5-dev python3-pip libgtk2.0-dev libgtk-3-dev libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libnotify-dev freeglut3 freeglut3-dev libsm-dev libwebkitgtk-dev libwebkitgtk-3.0-dev +python3 -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04/ wxPython==4.0.4 diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh index 1a69f98..75c700e 100644 --- a/scripts/setup_windows.sh +++ b/scripts/setup_windows.sh @@ -7,3 +7,5 @@ echo $PATH export PATH=/C/Python37:$PATH which python python get-pip.py +curl https://download.lfd.uci.edu/pythonlibs/u2hcgva4/cx_Freeze-5.1.1-cp37-cp37m-win_amd64.whl -o cx_Freeze.whl +python -m pip install cx_Freeze.whl |