New version 0.72! And of course I synced my fork to that. Just repeat the steps in my previous post:
Code:
$ cd /where/your/original/git/clone/was/wf-panel-pi$ git switch master # this is not strictly necessary, it's for synchronizing the master branch$ git pull # this is not strictly necessary, it's for synchronizing the master branch$ git switch kbdlayout # this is required, it's for synchronizing my branch$ git pull # this is required, it's for synchronizing my branch$ cd builddir # builddir should exist from your original `meson setup`$ meson compile # should perform 77 compile actions$ sudo meson install
Statistics: Posted by avarvit — Wed May 08, 2024 5:32 pm