Zorin 17.3 Pro on Surface Go 2

It seems to be a bit difficult. Here is what I found about camera on surface:

What I found was this procedure to get the camera in surface go to work:

"git clone libcamera/libcamera.git - libcamera official repository"
"cd libcamera"
"meson setup build"
"ninja -C build install"

but git, meson and ninja need also to be installed to do this