better install

This commit is contained in:
sam 2020-09-26 16:47:22 +02:00 committed by alban
parent c9cae42ae3
commit 2950eb9f92
2 changed files with 25 additions and 27 deletions

View File

@ -25,7 +25,7 @@ sudo apt install libjack-dev
pip3 install python-rtmidi pip3 install python-rtmidi
pip3 install mido pip3 install mido
git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && sudo ./setup.py install git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && sudo ./setup.py install
cd .. cd ../
python3 configure.py python3 configure.py
# todo : ask for computer ip and run updateUI.py # todo : ask for computer ip and run updateUI.py
cd /tmp cd /tmp

View File

@ -1,36 +1,40 @@
#!/bin/bash #!/bin/bash
brew upgrade brew upgrade
brew install htop
#brew install syncthing
#brew install python-pip
brew install python3-pip brew install python3-pip
brew install git brew install git
brew install redis brew install redis
brew install screen #brew install htop
brew install tmux #brew install syncthing
#pip install numpy #brew install screen
#pip install scipy #brew install tmux
#pip install python-rtmidi
#pip install mido
pip3 install scipy
pip3 install numpy
#pip install pygame==1.9.2
#pip3 install pygame==1.9.2
pip3 install redis
pip3 install pysimpledmx
pip3 install DMXEnttecPro
#brew install libasound2-dev
#brew install libjack-dev
pip3 install python-rtmidi
pip3 install mido
#brew install nginx #brew install nginx
#brew install supervisor #brew install supervisor
pip3 install scipy
pip3 install numpy
#pip3 install pygame==1.9.2
# brew install vulkan-headers
pip3 install redis
pip3 install pysimpledmx
pip3 install DMXEnttecPro
brew install libasound2-dev
brew install libjack-dev
pip3 install python-rtmidi
pip3 install mido
cd ../
python3 configure.py
#sudo cp syncthing.conf to /etc/supervisor/conf.d/ #sudo cp syncthing.conf to /etc/supervisor/conf.d/
git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && sudo ./setup.py install git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && sudo ./setup.py install
cd /tmp cd /tmp
brew install portaudio19-dev brew install portaudio19-dev
brew install cmake brew install cmake
#
# Ableton link
#
git clone https://github.com/Ableton/link.git git clone https://github.com/Ableton/link.git
cd link cd link
git submodule update --init --recursive git submodule update --init --recursive
@ -39,12 +43,6 @@ cd build
cmake .. cmake ..
cmake --build . cmake --build .
#
# Ableton link
#
cd /tmp/ cd /tmp/
git clone --recursive https://github.com/gonzaloflirt/link-python.git git clone --recursive https://github.com/gonzaloflirt/link-python.git
cd link-python cd link-python