Changeset - 0bda9a9282c2
[Not reviewed]
default
0 3 0
Drew Perttula - 9 years ago 2016-06-03 21:42:04
drewp@bigasterisk.com
more deps
Ignore-this: de6e189a390d401111871469c532a52d
3 files changed with 6 insertions and 4 deletions:
0 comments (0 inline, 0 general)
.boring
Show inline comments
 
@@ -128,25 +128,25 @@
 
^bin/python
 
^dmx_usb_module/.gitignore
 
^dmx_usb_module/Module.symvers
 
^dmx_usb_module/build/temp.linux-x86_64-2.7
 
^dmx_usb_module/dmx.c
 
^dmx_usb_module/dmx_usb.ko
 
^dmx_usb_module/dmx_usb_test
 
^dmx_usb_module/modules.order
 
^env
 
^env_pi
 
^lib/python2.7
 
# keep bower.json nonboring
 
^light9/web/lib/[acdefghijklmnopqrstuvwyzQ]
 
^light9/web/lib/[acdefghijklmnopqrstuvwyzQN]
 
^show/dance20../music
 
^show/dance201./sessions/?
 
^show/dance2011
 
^show/dance2012
 
^show/dance2013/build
 
^show/dance2014/build/?
 
^show/dance2014/music
 
^stagesim/three.js-master
 
^tkdnd
 

	
 
# temporary!
 
rgbled/build-nano328/
light9/web/lib/bower.json
Show inline comments
 
{
 
  "name": "3rd-party polymer elements",
 
  "dependencies": {
 
    "polymer": "~1.4.0",
 
    "paper-slider": "PolymerElements/paper-slider#~1.0.11",
 
    "iron-ajax": "PolymerElements/iron-ajax#~1.2.0",
 
    "jquery": "~2.2.4",
 
    "underscore": "~1.8.3",
 
    "jquery-ui": "~1.11.4",
 
    "QueryString": "http://unixpapa.com/js/QueryString.js",
 
    "knockout": "~3.4.0",
 
    "sylvester": "~0.1.3",
 
    "d3": "~3.5.17",
 
    "d3": "https://github.com/d3/d3.git#e7194db33090a0afc06c77a959594361ffb949df",
 
    "rdflib.js": "https://github.com/linkeddata/rdflib.js.git#920e59fe37",
 
    "rdfstore": "https://github.com/antoniogarrote/rdfstore-js.git#b3f7c0c9c1da9b26261af0d4858722fa982411bb",
 
    "N3.js": "https://github.com/RubenVerborgh/N3.js.git#04f4e21f4ccb351587dc00a3f26340b28d4bb10f"
 
  },
 
  "resolutions": {
 
    "paper-styles": "^1.1.4",
 
    "rdflib.js": "920e59fe37"
 
    "rdflib.js": "920e59fe37",
 
    "d3": "e7194db33090a0afc06c77a959594361ffb949df"
 
  }
 
}
makefile
Show inline comments
 
@@ -53,25 +53,26 @@ tkdnd_build:
 
	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 libffi-dev tix libzmq3 python-dev libssl-dev
 

	
 
bower:
 
	cd light9/web/lib; bower install
 
	cd light9/web/N3.js; npm install; npm run browser
 
	cd light9/web/lib/N3.js; npm install; npm run browser
 
	cd light9/web/lib/d3; npm install
 

	
 
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
 

	
 
darcs_show_checkpoint:
 
	darcs add --quiet --recursive ${LIGHT9_SHOW} 
 
	darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW}
0 comments (0 inline, 0 general)