Changeset - 6e1b06199cff
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 6 years ago 2019-06-08 03:50:57
drewp@bigasterisk.com
add setup note about 'invoke'
Ignore-this: fe4134aa644334a8acaa991ddf71a453
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
### setup ###
 

	
 
packages:
 
	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
 

	
 
# also pip3 install -U invoke (don't use ubuntu's version)
 

	
 
gst_packages:
 
	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
 

	
 
PYTHON=/usr/bin/python3
 

	
 
create_virtualenv:
0 comments (0 inline, 0 general)