Chapter 5. Compiling Userspace Applications

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:

Next, build the hipd, libinet6, tools and test directory as follows:

./configure && make install

Note: you can also try "make deb" or "make rpm" if you want to build a binary package.

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.