Andrea created a new topic ' Updating Kstars ekos with git' in the forum. 3 years ago

hello everyone, I prepared my own version of raspberry pi and I installed correctly via gi indi, libraries and dependencies.
For kstars I have some doubts if I use the code I find in the readme.md

mkdir -p ~/Projects
git clone https://invent.kde.org/education/kstars.git
mkdir -p kstars-build
cd kstars-build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo ../kstars
make -j8
sudo make install
kstars 3.5.2 beta is installed and not the latest stable version 3.5.1. How can I fill out the git to take last stable biuld?

thank you so much for your help!

Read More...