The document shows the configuration and compilation of the libbswabe-0.9 library from source on a Ubuntu system. It configures the library with default options, compiles the core and misc files, then installs it to /usr/local/lib. It then navigates to a piratte directory which contains CP-ABE source code, configures and attempts to compile it but encounters a linking error due to a missing dependency. The makefile is then edited and compilation is reattempted.