Mercurial > code > home > repos > light9
diff 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 |
line wrap: on
line diff
--- a/makefile Sat Apr 15 04:03:28 2017 +0000 +++ b/makefile Sat Apr 15 19:16:32 2017 +0000 @@ -1,4 +1,4 @@ -NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch light9.effecteval.test_effect light9.collector light9.rdfdb.graphfile_test" +NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch light9.effecteval.test_effect light9.collector light9.rdfdb.graphfile_test light9.paint" tests: eval env/bin/nosetests -x $(NOSEARGS) @@ -71,7 +71,7 @@ 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 packages: - sudo aptitude install coffeescript normalize-audio audacity python-pygame libffi-dev tix libzmq3-dev python-dev libssl-dev python-opencv + sudo aptitude install coffeescript normalize-audio audacity python-pygame libffi-dev tix libzmq3-dev python-dev libssl-dev python-opencv python-cairo bower: cd light9/web/lib; bower install