Warning, /education/kstars/INSTALL is written in an unsupported language. File is not indexed.
0001 ############### 0002 # KStars 3.3.7 0003 ############### 0004 0005 1. Dependencies 0006 0007 KStars can be built on any C++11 compliant modern Linux/BSD/Mac system. Dependencies fall under 0008 required and optional. 0009 0010 1.1 Required 0011 + CMake 0012 + Qt (> 5.6) 0013 + KF5 (> 5.50) 0014 + KF5 0015 + ZLib 0016 + Eigen3 0017 0018 1.2 Optional 0019 + INDI 0020 + CFitsio 0021 + libnova 0022 + libraw 0023 + libgsl 0024 + wcslib 0025 0026 2. Installing Dependecies 0027 0028 2.1 Ubuntu 0029 0030 KStars requires 16.04+. Install the prerequisites: 0031 0032 sudo apt-get -y install build-essential cmake git pkg-config libeigen3-dev libcfitsio-dev zlib1g-dev libindi-dev extra-cmake-modules libkf5plotting-dev libqt5svg5-dev libkf5xmlgui-dev kio-dev kinit-dev libkf5newstuff-dev kdoctools-dev libkf5notifications-dev qtdeclarative5-dev libkf5crash-dev gettext libnova-dev libgsl-dev libraw-dev libkf5notifyconfig-dev wcslib-dev libqt5websockets5-dev xplanet xplanet-images qt5keychain-dev libsecret-1-dev breeze-icon-theme 0033 0034 2.2 Other Systems 0035 0036 Please refer to your system for how to install required packages. 0037 0038 3. Building KStars 0039 0040 $ mkdir ~/Projects/build/kstars 0041 $ cd ~/Projects 0042 $ git clone --depth 1 git://anongit.kde.org/kstars.git 0043 $ cd build/kstars 0044 $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ~/Projects/kstars 0045 $ make 0046 $ sudo make install 0047 0048 This would override any KStars installation in your system path.