After you have successfully compiled and installed the HIP kernel and rebooted both of the hosts, you need to compile the userspace applications in order to use HIP. Start by moving to the top level directory of HIPL:
cd hipl--main--2.6
and then run the following:
./autogen.sh
Next, build the hipd, libinet6, tools and test directory as follows:
./configure && make install
Notes: you can optionally compile a binary package with "make deb" or "make rpm". If you want to use valgrind with hipd, you may need execute ./configure --disable-privsep (and make clean all)
Some features, like the HIP firewall are not compiled by default. Run "./configure --enable-FEATURE" to compile those. See "./configure --help" for a full list of options.