Changeset - 15a13eba6fc3
[Not reviewed]
default
0 1 0
Drew Perttula - 10 years ago 2015-06-10 05:12:57
drewp@bigasterisk.com
effect_node_setup
Ignore-this: bdab429fc01025c96b09b8663ca8c346
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -6,12 +6,15 @@ tests:
 
tests_watch:
 
	eval env/bin/nosetests --with-watcher $(NOSEARGS)
 

	
 

	
 
# needed packages: python-gtk2 python-imaging
 

	
 
binexec:
 
	chmod a+x bin/*
 

	
 
install_python_deps: link_to_sys_packages
 
	env/bin/pip install -U -r pydeps
 

	
 
DP=/usr/lib/python2.7/dist-packages
 
SP=env/lib/python2.7/site-packages
 

	
 
@@ -68,6 +71,8 @@ darcs_show_checkpoint:
 
/usr/share/arduino/Arduino.mk:
 
	sudo aptitude install arduino-mk
 

	
 
arduino_upload: /usr/share/arduino/Arduino.mk
 
	cd rgbled
 
	make upload
 

	
 
effect_node_setup: create_virtualenv packages binexec install_python_deps
0 comments (0 inline, 0 general)