Ive been trying to build armorpaint from source for a few days, i honestly dont know what im doing in almost any way. (guide im following https://z-uo.medium.com/compile-armory-paint-from-source-on-linux-26435cfba900 )(i am running manjaro if its important) i down load the package it mentions but i cant find libsond2, mesa_common libvulkan libgtk-3 or libudev(i also removed the -dev from all of them, if i didnt i could only find make and clang) from here i went on to see if could get it to work without those, and i get to the "node Kinc/make -g opengl --compiler clang --compile" and it errors and gives me
home/thelockeness/armorpaint/armorcore/Kinc/make:2
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
^
SyntaxError: Unexpected token '['
and then says at abunch of locations
a side note ive been having this error(error: GPGME error: No data) but it seems fixed i think.
Any help would be amazing, im sure its a stupid mistake or the like