Waimea is built with the traditional configure script:

	$ ./configure --prefix=/usr

This should generate valid Makefiles, then:

	$ make
	$ make install

For user specific configuration, copy and edit the following files:

	$ cp data/waimearc ~/.waimearc
	$ mkdir ~/.waimea
	$ cp data/pre-action.conf ~/.waimea
	$ cp data/pre-style.conf ~/.waimea
	$ cp data/post-action.conf ~/.waimea
	$ cp data/post-style.conf ~/.waimea
