Changeset - 2196532a6f0c
[Not reviewed]
default
0 2 0
Drew Perttula - 9 years ago 2016-06-03 11:34:12
drewp@bigasterisk.com
add some rdf js libs
Ignore-this: cee2e9a3f59fadcdff454dd18e605ae4
2 files changed with 8 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/lib/bower.json
Show inline comments
 
@@ -5,13 +5,18 @@
 
    "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"
 
    "knockout": "~3.4.0",
 
    "sylvester": "~0.1.3",
 
    "d3": "~3.5.17",
 
    "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",
 
    "web-animations-js": "^2.2.0"
 
    "rdflib.js": "920e59fe37"
 
  }
 
}
makefile
Show inline comments
 
@@ -59,12 +59,13 @@ gst_packages:
 

	
 
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
 

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

	
 
raspberry_pi_packages:
0 comments (0 inline, 0 general)