Qbox build instructions


The Qbox main Makefile includes Makefile headers describing platform-specific information. The current procedure to build Qbox is not automated and requires modifying a Makefile header to adjust to the target platform. Examples of Makefile headers are provided for the following common platforms:
Qbox uses the following libraries
The Makefile header (e.g. myplatform.mk) must be copied to qbox/src and must be modified to indicate the location of these libraries. Once the file myplatform.mk is modified, Qbox can be built as follows (using /bin/bash)
$ cd qbox/src $ export TARGET=myplatform $ make