1# Installing cjdns on OpenIndiana
2
3**currently broken by recent changes**
4
5In order to install cjdns on an OpenIndiana system, do the following:
6
7    sudo pkg set-publisher -p http://pkg.openindiana.org/sfe
8    sudo pkg install runtime/gcc@4.6.2,5.11-0.151.1:20111222T011404Z
9    sudo pkg install gnu-make
10    sudo pkg install header-math
11    sudo pkg install git
12    sudo pkg install tuntap
13    git clone git://github.com/cjdelisle/cjdns.git
14    cd cjdns
15    ./do
16
17Once it has completed successfully, simply type ./cjdroute and follow the
18normal instructions
19