I have tried to compile the git to make namecoin-qt but I got the following error.
kenshin@darkbox:~/Coins/namecoin-qt$ make
g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DGUI -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=1 -DSTATICLIB -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/auxpow.o src/auxpow.cpp
In file included from src/auxpow.cpp:4:0:
src/headers.h:63:29: fatal error: boost/foreach.hpp: No such file or directory
#include <boost/foreach.hpp>
^
compilation terminated.
Makefile:797: recipe for target 'build/auxpow.o' failed
make: *** [build/auxpow.o] Error 1
I can see that namecoin-qt is also in the AUR, but I am new to Arch Linux, just converted from Ubuntu/ Debian. So no idea how to use the AUR. Could someone teach me how to install it using AUR or how to fix my compile error please.