Mercurial > code > home > repos > light9
comparison makefile @ 1968:6e1b06199cff
add setup note about 'invoke'
Ignore-this: fe4134aa644334a8acaa991ddf71a453
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Jun 2019 03:50:57 +0000 |
parents | 9dd331caa23b |
children | dc742d72f8cb |
comparison
equal
deleted
inserted
replaced
1967:38c1e8c18215 | 1968:6e1b06199cff |
---|---|
1 ### setup ### | 1 ### setup ### |
2 | 2 |
3 packages: | 3 packages: |
4 sudo aptitude install coffeescript normalize-audio audacity python3-pygame libffi-dev tix libzmq3-dev python3-dev libssl-dev python3-opencv python3-cairo npm git virtualenv python3-virtualenv nginx-full python3-tk zlib1g-dev libjpeg8-dev curl | 4 sudo aptitude install coffeescript normalize-audio audacity python3-pygame libffi-dev tix libzmq3-dev python3-dev libssl-dev python3-opencv python3-cairo npm git virtualenv python3-virtualenv nginx-full python3-tk zlib1g-dev libjpeg8-dev curl |
5 | |
6 # also pip3 install -U invoke (don't use ubuntu's version) | |
5 | 7 |
6 gst_packages: | 8 gst_packages: |
7 sudo aptitude install python3-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python3-gst-1.0 gir1.2-goocanvas-2.0 | 9 sudo aptitude install python3-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python3-gst-1.0 gir1.2-goocanvas-2.0 |
8 | 10 |
9 PYTHON=/usr/bin/python3 | 11 PYTHON=/usr/bin/python3 |