Skip to content

Instantly share code, notes, and snippets.

@seanhoughton
Last active September 11, 2016 16:58
Show Gist options
  • Save seanhoughton/58df8e98ef50fb573deef6cc8632164e to your computer and use it in GitHub Desktop.
Save seanhoughton/58df8e98ef50fb573deef6cc8632164e to your computer and use it in GitHub Desktop.
kstars build on OSX
# http://indilib.org/forum/general/210-howto-building-latest-libindi-ekos.html
brew install qt5 --with-dbus
brew tap homebrew/science
brew install cfitsio \
cmake \
eigen \
gettext \
astrometry-net
brew tap haraldf/kf5
brew install haraldf/kf5/kf5-kplotting \
haraldf/kf5/kf5-kxmlgui \
haraldf/kf5/kf5-knewstuff \
haraldf/kf5/k5f-kdoctools \
haraldf/kf5/kf5-knotifications \
haraldf/kf5/kf5-kcrash
# haraldf/kf5/k5f-kio \
# haraldf/kf5/k5f-kinit \
# OPTIONAL - you may want to build this locally for development
#brew tap polakovic/astronomy
#brew install polakovic/astronomy/libindi \
# polakovic/astronomy/indi-qhy
export PATH=$PATH:$(brew --prefix gettext)/bin
export Qt5_DIR=$(brew --prefix qt5)
export Qt5DBus_DIR=$Qt5_DIR
export Qt5Test_DIR=$Qt5_DIR
export Qt5Network_DIR=$Qt5_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment