Get dependencies (https://github.com/GlobalBoost/GlobalBoost-Y/blob/master/doc/build-unix.md)
git clone https://github.com/GlobalBoost/GlobalBoost-Y global
cd global/src
make -f makefile.unix
Wait for about 10 minutes, depending on the speed of the computer.
strip globalboostyd
cp globalboostyd ~/bin/globalboostyd
cd
bin/globalboostyd
This is where it will spit some stuff and and error. No issues.
nano .globalboostyd/globalboost.conf
Copy/paste this in, save file
rpcuser=username
rpcpassword=password
daemon=1
server=1
dnsseed=1
irc=0
rpcthreads=100
bin/globalboostyd
That should treat you right!