Thanks for posting these instructions. However, I just tried it and got this error:

CMake Error at CMakeLists.txt:212 (find_package):
By not providing "FindStellarSolver.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"StellarSolver", but CMake did not find one.

Could not find a package configuration file provided by "StellarSolver"
with any of the following names:

StellarSolverConfig.cmake
stellarsolver-config.cmake

Add the installation prefix of "StellarSolver" to CMAKE_PREFIX_PATH or set
"StellarSolver_DIR" to a directory containing one of the above files. If
"StellarSolver" provides a separate development package or SDK, be sure it
has been installed.


-- Configuring incomplete, errors occurred!
See also "/home/astroberry/kde/build/CMakeFiles/CMakeOutput.log".
See also "/home/astroberry/kde/build/CMakeFiles/CMakeError.log".
astroberry@astroberry:~/kde/build $
astroberry@astroberry:~/kde/build $ make
make: *** No targets specified and no makefile found. Stop.

Read More...