Mercurial > code > home > repos > light9
comparison makefile @ 1522:69088fe2865e
more progress on paint
Ignore-this: ff24e7a8e8f95bde364841c6076e839
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 15 Apr 2017 19:16:32 +0000 |
parents | a225c32bd9c8 |
children | c8cffe82b537 |
comparison
equal
deleted
inserted
replaced
1521:15f296550447 | 1522:69088fe2865e |
---|---|
1 NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch light9.effecteval.test_effect light9.collector light9.rdfdb.graphfile_test" | 1 NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch light9.effecteval.test_effect light9.collector light9.rdfdb.graphfile_test light9.paint" |
2 | 2 |
3 tests: | 3 tests: |
4 eval env/bin/nosetests -x $(NOSEARGS) | 4 eval env/bin/nosetests -x $(NOSEARGS) |
5 | 5 |
6 tests_watch: | 6 tests_watch: |
69 | 69 |
70 gst_packages: | 70 gst_packages: |
71 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 python-gst0.10 python-gst-1.0 python-pygoocanvas gir1.2-goocanvas-2.0 | 71 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 python-gst0.10 python-gst-1.0 python-pygoocanvas gir1.2-goocanvas-2.0 |
72 | 72 |
73 packages: | 73 packages: |
74 sudo aptitude install coffeescript normalize-audio audacity python-pygame libffi-dev tix libzmq3-dev python-dev libssl-dev python-opencv | 74 sudo aptitude install coffeescript normalize-audio audacity python-pygame libffi-dev tix libzmq3-dev python-dev libssl-dev python-opencv python-cairo |
75 | 75 |
76 bower: | 76 bower: |
77 cd light9/web/lib; bower install | 77 cd light9/web/lib; bower install |
78 cd light9/web/lib/N3.js; npm install; npm run browser | 78 cd light9/web/lib/N3.js; npm install; npm run browser |
79 cd light9/web/lib/d3; npm install | 79 cd light9/web/lib/d3; npm install |