Just do as usual. ./configure ; make ; make install

After compilation, you obtain 2 programs inside src/
- hublist
- dctc


--------------------------------------------------------------------------------
configure accepts the following extra parameter:

--enable-bug-workaround: Some old glibc (2.1.x) contain bugs when threads are
                         used and generate Bus Error. The problem has been
                         detected on a Redhat having glibc 2.1.3 on a SPARC. One
                         of the problem occurs if semctl(GETVAL) is performed in
                         a thread.

