Chapter 2. Installing Broccoli

The installation process will hopefully be painless: Broccoli is installed from source using the usual ./configure options && make && make install routine after extraction of the tarball. Or if you're on a Linux systems supporting RPMs, we provide those as well.

The relevant configuration options to pass to configure are:

After installation, you'll find the library in shared and static versions in prefix/lib the header file for compilation in prefix/include, and the manual in HTML below prefix/share/gtk-doc/html/broccoli.

When installing from source, you can get rid of the installation using make uninstall.