Changeset - 4d438e50c83c
[Not reviewed]
default
0 2 0
Drew Perttula - 11 years ago 2014-06-12 08:57:21
drewp@bigasterisk.com
merge makefile. add pyserial
Ignore-this: 689e00a273794af04ef411fdad801bba
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -29,33 +29,33 @@ link_to_sys_packages:
 
	ln -sf $(DP)/gst-0.10 $(SP)/
 
	ln -sf $(DP)/goocanvasmodule.so $(SP)/
 

	
 
PYTHON=/usr/bin/pypy
 
PYTHON=/usr/bin/python
 

	
 
create_virtualenv:
 
	mkdir -p env
 
	virtualenv -p $(PYTHON) env
 
	ln -sf ../env/bin/python bin/python
 

	
 
tkdnd_build:
 
	# get tkdnd r95 with subversion
 
	# then apply tkdnd-patch-on-r95 to that
 
	cd tkdnd/trunk
 
	./configure
 
	make
 

	
 
bin/ascoltami2: gst_packages link_to_sys_packages
 

	
 
gst_packages:
 
	sudo aptitude install python-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 
 

	
 
packages:
 
	sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas python-pygame gir1.2-goocanvas-2.0-9
 
	sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas python-pygame gir1.2-goocanvas-2.0-9 libffi-dev
 

	
 
raspberry_pi_virtualenv:
 
	mkdir -p env_pi
 
	virtualenv --system-site-packages env_pi
 

	
 
raspberry_pi_packages:
 
	sudo apt-get install python-picamera python-twisted 
 
	env_pi/bin/pip install cyclone coloredlogs
pydeps
Show inline comments
 
rdflib==4.1.2
 
Twisted==14.0.0
 
webcolors==1.4
 
Louie==1.1
 
cyclone==1.1
 

	
 
web.py==0.37
 
restkit==4.2.2
 
ipython==2.1.0
 
nose==1.3.3
 
nose-watcher==0.1.2
 
watchdog==0.7.1
 
ipdb==0.8
 
coloredlogs==0.5
 
genshi==0.7
 
pyjade==2.2.0
 
python-dateutil==2.2
 
txosc==0.2.0
 
service_identity==0.2
 
Pillow==2.4.0
 
faulthandler==2.3
 
treq==0.2.1
 
mock==1.0.1
 
toposort==1.0
 
pyserial==2.7
 

	
 
scales==1.0.6
0 comments (0 inline, 0 general)