If you'll be using the Boehm collector, you'll need to download & install that now. (If you install it after installing Giggle, you'll have to re-run the Giggle installation process begining with ``./configure'' because Giggle looks for the Boehm collector at ``./configure''-time.)
The Boehm collector is optional for Giggle. If the Boehm collector isn't installed, you won't have a class CyberTiggyr::giggle::Boehm, which is one kind of Garbage Collector. You will still have the other types of Garbage Collectors. See the demo program, src/demo0001 for an example of how you can write a program that includes support for Boehm if & only if it's present at compile time.
To install the Boehm collector:
fixme: ``What is the Boehm collector & why do I care?''