Andrew replied to the topic 'How to install phd2 on raspian OS' in the forum. 3 years ago

git clone --depth 1 https://github.com/OpenPHDGuiding/phd2.git
mkdir build
cd build
make -j $(expr $(nproc) + 2)
sudo make install


Read More...