Installing Heyu on a Unix like system. Heyu requires a reasonable compiler (GCC works well) and the make program. Quickstart: sh ./Configure make make install (Usually as root) heyu info ( to test ) The make install may require that you have write permissions to /usr/local/bin. Customizing: The Configure script creates a Makefile by doing a uname -r and then adding known good configuration options to the Makefile. The contents of Makefile.in is then appended to the Makefile. Changes to the makefile should be made in Configure or Makefile.in. If Configure can not figure out what your system is, you can try sh ./Configure generic or sh ./Configure sysv If those don't work, we'll have to figure it out by hand. Please contact the author so your discoveries can be integrated into the next release.