I'm trying to compile the wallet from sources and i got this error:
[arch@arch src]$ sudo make -f makefile.unix USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1
[sudo] password for arch:
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
../share/genbuild.sh: line 33: obj/build.h: File o directory non esistente
../share/genbuild.sh: line 34: obj/build.h: File o directory non esistente
makefile.unix:133: set di istruzioni per l'obiettivo "obj/build.h" non riuscito
make: *** [obj/build.h] Errore 1
[arch@arch src]$
Also a would compile also the qt gui, not only Electricd. How should I compile the QT version?