borevitzlab / spc-eyepi

Raspberry PI DSLR control code
https://borevitzlab.github.io/spc-eyepi
GNU General Public License v3.0
13 stars 3 forks source link

More deb package dependencies #10

Closed kdm9 closed 10 years ago

kdm9 commented 10 years ago

These packages have been installed manually to get everything working. They will be dependencies for the debian package proposed in #2 , and/or must be added to ./install_files/pi-package-install.sh.

autotools-dev
cmake
gvfs-bin
ipython
ipython-notebook
libexpat1-dev
libltdl-dev
libssl-dev
libtool
libusb-dev
python-dev
python-pip
python-virtualenv
virtualenvwrapper
libgmp-dev
vim
tree
ntpdate
libjpeg8-dev
liblcms2-dev
imagemagick-common
imagemagick
ufraw-batch
dcraw
htop
python-usb
clixx-io commented 10 years ago

Done

On Thu, Jul 3, 2014 at 11:58 AM, Kevin Murray notifications@github.com wrote:

These packages have been installed manually to get everything working. They will be dependencies for the debian package proposed in #2 https://github.com/borevitzlab/spc-eyepi/issues/2 , and/or must be added to ./install_files/pi-package-install.sh.

autotools-dev cmake gvfs-bin ipython ipython-notebook libexpat1-dev libltdl-dev libssl-dev libtool libusb-dev python-dev python-pip python-virtualenv virtualenvwrapper libgmp-dev vim tree ntpdate libjpeg8-dev liblcms2-dev imagemagick-common imagemagick ufraw-batch dcraw htop python-usb

— Reply to this email directly or view it on GitHub https://github.com/borevitzlab/spc-eyepi/issues/10.

kdm9 commented 10 years ago

Beautiful, thanks. I'll leave this issue open as I want to do this with a debian package, but you've done all you need to for this issue.