Compile From source:

– GKR Source: https://bitbucket.org/gkrypto/go-krypton/
– GUI XT Source: https://bitbucket.org/gkrypto/krypton-qt

* Nodes are hard-coded but can also be added in GKR console:

Code:
admin.addPeer("enode://0fb920467bdc123eeee3c132519457967227ed80d255fc210b09bc070fb4612df90532604629f91c3f1912c298d5a20ef4c22824d1be33fef270b07448760362@[::]:17171")
admin.addPeer("enode://382b74a663581fe3559b52521415f9e7ee596f4873e0e88f8406e0e025d6ed1f2bed55f1f9739cab7d1e247cd5bcc4d944add0c282ea7232155da74b895f0e75@[::]:17172")
admin.addPeer("enode://809e1781a9da785ee6084ff38011f771c61ba9dce1e372ca8cbf2de9af119d9df5ded7728bc03f0b765b8ec9d14a3b296e6b248239d6cc8e4b2fbc3d3f9796a1@[::]:17173")
Notes for linux installations:

Debian 8 users need to update golang & binutils packages from stretch (testing) branch
Minimum golang required version is 1.4.

For Ubuntu: https://github.com/ethereum/go-ethereum/wiki/Installing-Go#ubuntu-1404

Update golang on last LTS Ubuntu (14.04) or use the golang package from Ubuntu Wily branch.