README ====== Project at DIKU implementing the online, prefix-free encoding schemes SOLE and LOSE as presented in "Changing Base without Losing Space". Usage ----- The project is written in C and should not have any dependencies. Go to the src directory and type $ ./configure $ make and library files (both statically and dynamically linkable) should be created. Notes ----- This project is maintained with GNU Autotools, and since it is ridiculously hard to remember all the various commands to invoke (and when), I've jotted down some tips on when to run what. * Run 'aclocal' when: - you edit 'configure.in' * Run 'autoconf' when: - you ran 'aclocal' * Run 'automake' when: - you edit 'Makefile.am' Or, just run 'boostrap' when any changes are made.