Installing the Userland on 64-bit OSes

git clone https://github.com/raspberrypi/userland.git
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DARM64=ON -DVMCS_INSTALL_PREFIX=/usr ../
make -j4