OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
249 stars 114 forks source link

Building on Raspberry Pi OS bookworm failing #1136

Closed phomer60 closed 9 months ago

phomer60 commented 9 months ago

Do we need updated prerequisites for bookworm?

sudo apt-get install build-essential git cmake pkg-config libwxgtk3.0-gtk3-dev \ wx-common wx3.0-i18n libindi-dev libnova-dev gettext zlib1g-dev libx11-dev \ libcurl4-gnutls-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done Package wx3.0-i18n is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Unable to locate package libwxgtk3.0-gtk3-dev E: Couldn't find any package by glob 'libwxgtk3.0-gtk3-dev' E: Couldn't find any package by regex 'libwxgtk3.0-gtk3-dev' E: Package 'wx3.0-i18n' has no installation candidate

jpaana commented 9 months ago

Looks like Bookworm uses libwxgtk3.2-dev instead.

phomer60 commented 9 months ago

Thanks, that has solved the issue, it probably needs someone to update the build notes.

Paul

agalasso commented 9 months ago

I updated the instructions on the Wiki page -- closing this issue now.