Help install on Manjaro

Hi, I try do install 0.12.0 on my manjaro linux but I have some error from
cmake …

fatal: not a git repository (or any of the parent directories): .git
– Open3D 0.12.0
– Using python from PYTHON_EXECUTABLE variable: /usr/bin/python
– (PYTHON_EXECUTABLE matches python from PATH)
– Building library Assimp from source
– Building with OpenMP
– Building library 3rdparty_eigen3 from source
– Building library 3rdparty_flann from source
– Building library 3rdparty_nanoflann from source
– Building library 3rdparty_glew from source
– Building library 3rdparty_glfw3 from source
– Could NOT find Vulkan (missing: VULKAN_INCLUDE_DIR)
– Using X11 for window creation
– Building third-party library JPEG from source
– NASM assembler enabled
– libturbojpeg: WITH_CRT_DLL=OFF
CMake Error at /usr/share/cmake-3.19/Modules/ExternalProject.cmake:2748 (message):
No download info given for ‘ext_turbojpeg’ and its source directory:

/home/paolob/Documents/Open3D-0.12.0/3rdparty/libjpeg-turbo/libjpeg-turbo

is not an existing non-empty directory. Please specify one of:

  • SOURCE_DIR with an existing non-empty directory
  • DOWNLOAD_COMMAND
  • URL
  • GIT_REPOSITORY
  • SVN_REPOSITORY
  • HG_REPOSITORY
  • CVS_REPOSITORY and CVS_MODULE
    Call Stack (most recent call first):
    /usr/share/cmake-3.19/Modules/ExternalProject.cmake:3430 (_ep_add_download_command)
    3rdparty/libjpeg-turbo/libjpeg-turbo.cmake:52 (ExternalProject_Add)
    3rdparty/find_dependencies.cmake:490 (include)
    CMakeLists.txt:448 (include)

– Building library 3rdparty_jsoncpp from source
– Building library 3rdparty_lzf from source
– Building library 3rdparty_tritriintersect from source
– Building third-party library zlib from source
– Building third-party library libpng from source
– Building library 3rdparty_rply from source
– Building library 3rdparty_tinyfiledialogs from source
– Building library 3rdparty_tinygltf from source
– Building library 3rdparty_tinyobjloader from source
– Building library 3rdparty_qhull_r from source
– Building library 3rdparty_qhullcpp from source
– Building library 3rdparty_fmt from source
CMake Error at 3rdparty/find_dependencies.cmake:752 (add_subdirectory):
The source directory

/home/paolob/Documents/Open3D-0.12.0/3rdparty/pybind11

does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
CMakeLists.txt:448 (include)

– Building library 3rdparty_poisson from source
– Building library 3rdparty_imgui from source
– Using prebuilt third-party library Filament
– GLIBC version 2.32 found: Downloading Open3D Filament binary.
– Filament is located at /home/paolob/Documents/Open3D-0.12.0/build/filament/src/ext_filament
CMake Error at 3rdparty/find_dependencies.cmake:934 (find_library):
Could not find CPPABI_LIBRARY using the following names: c++abi
Call Stack (most recent call first):
CMakeLists.txt:448 (include)