Mercurial > code > home > repos > light9
view makefile @ 1048:86732ba7d9ae
curvecalc now gets its curves from the rdf graph, and can persist their points there too (save is still an explicit command)
Ignore-this: 541488a3f299d2ca77a993118e1b974
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 29 May 2014 06:48:21 +0000 |
parents | a13eee92e60c |
children | 547d65ea9902 |
line wrap: on
line source
NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch" tests: eval env/bin/nosetests -x $(NOSEARGS) tests_watch: eval env/bin/nosetests --with-watch $(NOSEARGS) # needed packages: python-gtk2 python-imaging install_python_deps: link_to_sys_packages env/bin/pip install -r pydeps DP=/usr/lib/python2.7/dist-packages SP=env/lib/python2.7/site-packages link_to_sys_packages: # http://stackoverflow.com/questions/249283/virtualenv-on-ubuntu-with-no-site-packages ln -sf $(DP)/glib $(SP)/ ln -sf $(DP)/gi $(SP)/ ln -sf $(DP)/gobject $(SP)/ ln -sf $(DP)/cairo $(SP)/ ln -sf $(DP)/gtk-2.0 $(SP)/ ln -sf $(DP)/pygtk.py $(SP)/ ln -sf $(DP)/pygtk.pth $(SP)/ ln -sf $(DP)/pygst.pth $(SP)/ ln -sf $(DP)/pygst.py $(SP)/ ln -sf $(DP)/gst-0.10 $(SP)/ ln -sf $(DP)/PIL $(SP)/ ln -sf $(DP)/PIL.pth $(SP)/ ln -sf $(DP)/goocanvasmodule.so $(SP)/ PYTHON=/usr/bin/pypy PYTHON=/usr/bin/python create_virtualenv: mkdir -p env virtualenv -p $(PYTHON) env ln -sf ../env/bin/python bin/python tkdnd_build: # get tkdnd r95 with subversion # then apply tkdnd-patch-on-r95 to that cd tkdnd/trunk ./configure 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