Mercurial > code > home > repos > light9
diff makefile @ 1508:df1237c39672
upgrade lots of pydeps; fix package install instructions
Ignore-this: 4186222244831daaa7b0136b5a89f5bc
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 28 Mar 2017 08:23:30 +0000 |
parents | 37cbb245d93c |
children | a225c32bd9c8 |
line wrap: on
line diff
--- a/makefile Tue Mar 28 08:44:29 2017 +0000 +++ b/makefile Tue Mar 28 08:23:30 2017 +0000 @@ -48,7 +48,6 @@ ln -sf $(DP)/goocanvasmodule.so $(SP)/ ln -sf $(DP)/cv2.x86_64-linux-gnu.so $(SP)/ ln -sf $(DP)/cv.py $(SP)/ - ln -sf $(DP)/numpy $(SP)/ PYTHON=/usr/bin/pypy PYTHON=/usr/bin/python @@ -69,10 +68,10 @@ 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 python-gst0.10 python-gst-1.0 + 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 freemind normalize-audio audacity python-pygoocanvas python-pygame gir1.2-goocanvas-2.0-9 libffi-dev tix libzmq3 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 bower: cd light9/web/lib; bower install