Skip to content

Migrate to C++ and Open-Meteo

Maciej Sopyło requested to merge personal/klhio/add_cpp into main

The first commit is huge, I moved the files to align with other C++ apps.

The migration to C++ with the API is not full, there is still a lot of JS left, but the current API should have already been disabled so I patched it up to a working state for now.

I need help with two things:

  • Debian packaging - I don't know enough and it's a switch from all to specific archs
  • I can't get gettext to work with C++ - the xgettext command works fine outside clickable, but I can't get it to work while building
Edited by Maciej Sopyło

Merge request reports