Skip to content

Instantly share code, notes, and snippets.

@pdyraga
Last active July 3, 2020 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdyraga/827a31093df7b1cc45d5e80d2cf9017e to your computer and use it in GitHub Desktop.
Save pdyraga/827a31093df7b1cc45d5e80d2cf9017e to your computer and use it in GitHub Desktop.
# FireCapture for planetary image capture:
brew install libusb
Download and install DMG from http://www.firecapture.de/
# INDI driver for guiding
brew tap polakovic/astronomy
brew install polakovic/astronomy/libnova
brew install gsl
tar -xzf indi-1.8.5.tar.gz
cd indi-1.8.5
cmake -DCMAKE_INSTALL_PREFIX=/usr/local
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment