Last active
July 3, 2020 18:51
-
-
Save pdyraga/827a31093df7b1cc45d5e80d2cf9017e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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